lulo-plugin-cognito-describe-userpool-client
v1.0.0
Published
lulo Cognito Describe UserPool Client obtains the ClientSecret for a given UserPool client.
Downloads
5
Maintainers
Readme
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": "*"
}