class Aws::AppSync::Types::CognitoUserPoolConfig

Describes an Amazon Cognito user pool configuration.

@note When making an API call, you may pass CognitoUserPoolConfig

data as a hash:

    {
      user_pool_id: "String", # required
      aws_region: "String", # required
      app_id_client_regex: "String",
    }

@!attribute [rw] user_pool_id

The user pool ID.
@return [String]

@!attribute [rw] aws_region

The Amazon Web Services Region in which the user pool was created.
@return [String]

@!attribute [rw] app_id_client_regex

A regular expression for validating the incoming Amazon Cognito user
pool app client ID.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CognitoUserPoolConfig AWS API Documentation

Constants

SENSITIVE