1.0.0 • Published 5 years ago

lulo-plugin-cognito-describe-userpool-client v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

lulo Cognito Describe UserPool Client

lulo Cognito Describe UserPool Client obtains the ClientSecret for a given UserPool client.

lulo Cognito Describe UserPool Client is a lulo plugin

Installation

$ npm install lulo-plugin-cognito-describe-userpool-client --save

Usage

Properties

  • UserPoolId: Required. The UserPoolId
  • ClientId: Required. The ClientId

See the AWS SDK Documentation for CognitoIdentityServiceProvider::describeUserPoolClient for further details.

Return Values

Ref

N/A

Fn::GetAtt

ClientSecret The client secret value

Required IAM Permissions

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

{
   "Effect": "Allow",
   "Action": [
       "cognito-idp:DescribeUserPoolClient"
   ],
   "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log