lulo Cognito Describe UserPool Client obtains the ClientSecret for a given UserPool client.
npm install lulo-plugin-cognito-describe-userpool-clientlulo Cognito Describe UserPool Client is a lulo plugin
$ npm install lulo-plugin-cognito-describe-userpool-client --save
`Usage
$3
* UserPoolId: Required. The UserPoolId
* ClientId: Required. The ClientIdSee the AWS SDK Documentation for CognitoIdentityServiceProvider::describeUserPoolClient for further details.
$3
#### Ref
N/A
#### Fn::GetAtt
ClientSecret The client secret value
$3
The Custom Resource Lambda requires the following permissions for this plugin to work:
`
{
"Effect": "Allow",
"Action": [
"cognito-idp:DescribeUserPoolClient"
],
"Resource": "*"
}
``