You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppSync::Types::CognitoUserPoolConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CognitoUserPoolConfig
- Defined in:
- (unknown)
Overview
Note:
When passing CognitoUserPoolConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
user_pool_id: "String", # required
aws_region: "String", # required
app_id_client_regex: "String",
}
Describes an Amazon Cognito user pool configuration.
Returned by:
Instance Attribute Summary collapse
-
#app_id_client_regex ⇒ String
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
-
#aws_region ⇒ String
The AWS Region in which the user pool was created.
-
#user_pool_id ⇒ String
The user pool ID.
Instance Attribute Details
#app_id_client_regex ⇒ String
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
#aws_region ⇒ String
The AWS Region in which the user pool was created.
#user_pool_id ⇒ String
The user pool ID.