AWS::AppSync::Api CognitoConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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 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