Describes an Amazon Cognito configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"AppIdClientRegex" : String
,
"AwsRegion" : String
,
"UserPoolId" : String
}
YAML
AppIdClientRegex: String
AwsRegion: String
UserPoolId: String
Properties
AppIdClientRegex
-
A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.
Required: No
Type: String
Update requires: No interruption
AwsRegion
-
The AWS Region in which the user pool was created.
Required: Yes
Type: String
Update requires: No interruption
UserPoolId
-
The user pool ID.
Required: Yes
Type: String
Update requires: No interruption