You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppSync::Types::UserPoolConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UserPoolConfig
- Defined in:
- (unknown)
Overview
When passing UserPoolConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
user_pool_id: "String", # required
aws_region: "String", # required
default_action: "ALLOW", # required, accepts ALLOW, DENY
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.
-
#default_action ⇒ String
The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn\'t match the Amazon Cognito user pool configuration.
-
#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.
#default_action ⇒ String
The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn\'t match the Amazon Cognito user pool configuration.
Possible values:
- ALLOW
- DENY
#user_pool_id ⇒ String
The user pool ID.