This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::AppSync::Api CognitoConfig
Describes an Amazon Cognito configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AppIdClientRegex" :String, "AwsRegion" :String, "UserPoolId" :String}
YAML
AppIdClientRegex:StringAwsRegion:StringUserPoolId: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 Amazon Web Services 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