This package has been deprecated

Author message:

Please see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolgroup.html

lulo-plugin-cognito-user-pool-group

1.1.0 • Public • Published

lulo Cognito User Pool Group

lulo Cognito User Pool Group creates Groups for Amazon Cognito User Pools

lulo Cognito User Pools is a lulo plugin

Installation

npm install lulo-plugin-cognito-user-pool-group --save

Usage

Properties

Return Values

When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the GroupName.

{ "Ref": "UserPoolGroup" }

Required IAM Permissions

The Custom Resource Lambda requires the following permissions for this plugin to work:

{
   "Effect": "Allow",
   "Action": [
       "cognito-idp:CreateGroup",
       "cognito-idp:UpdateGroup",
       "cognito-idp:DeleteGroup"
   ],
   "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i lulo-plugin-cognito-user-pool-group

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    18.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • polythene