lulo-plugin-cognito-describe-userpool-client

1.0.0 • Public • Published

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

/lulo-plugin-cognito-describe-userpool-client/

    Package Sidebar

    Install

    npm i lulo-plugin-cognito-describe-userpool-client

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    10.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • polythene