This package has been deprecated

Author message:

Please use https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html instead

lulo-plugin-cognito-user-pool-client

1.0.0 • Public • Published

lulo Cognito User Pool Client

lulo Cognito User Pool Client creates Clients for Amazon Cognito User Pools.

lulo Cognito User Pool Client is a lulo plugin

Installation

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

Usage

Properties

Return Values

Ref

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

{ "Ref": "Client" }

Fn::GetAtt

ClientSecret If a ClientSecret is generated you can get it via

Fn::GetAtt["Client", "ClientSecret"]

Required IAM Permissions

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

{
   "Effect": "Allow",
   "Action": [
       "cognito-idp:CreateUserPoolClient",
       "cognito-idp:UpdateUserPoolClient",
       "cognito-idp:DeleteUserPoolClient"
   ],
   "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-client

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    16.2 kB

    Total Files

    9

    Last publish

    Collaborators

    • polythene