Class: Aws::ApiGatewayV2::Types::CognitoConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CognitoConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
The configuration for using Amazon Cognito user pools to control access to your portal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_client_id ⇒ String
The app client ID.
-
#user_pool_arn ⇒ String
The user pool ARN.
-
#user_pool_domain ⇒ String
The user pool domain.
Instance Attribute Details
#app_client_id ⇒ String
The app client ID.
448 449 450 451 452 453 454 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 448 class CognitoConfig < Struct.new( :app_client_id, :user_pool_arn, :user_pool_domain) SENSITIVE = [] include Aws::Structure end |
#user_pool_arn ⇒ String
The user pool ARN.
448 449 450 451 452 453 454 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 448 class CognitoConfig < Struct.new( :app_client_id, :user_pool_arn, :user_pool_domain) SENSITIVE = [] include Aws::Structure end |
#user_pool_domain ⇒ String
The user pool domain.
448 449 450 451 452 453 454 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 448 class CognitoConfig < Struct.new( :app_client_id, :user_pool_arn, :user_pool_domain) SENSITIVE = [] include Aws::Structure end |