Class: Aws::AmplifyBackend::Types::CreateBackendAuthIdentityPoolConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendAuthIdentityPoolConfig
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Describes authorization configurations for the auth resources, configured as a part of your Amplify project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_pool_name ⇒ String
Name of the Amazon Cognito identity pool used for authorization.
-
#unauthenticated_login ⇒ Boolean
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
Instance Attribute Details
#identity_pool_name ⇒ String
Name of the Amazon Cognito identity pool used for authorization.
742 743 744 745 746 747 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 742 class CreateBackendAuthIdentityPoolConfig < Struct.new( :identity_pool_name, :unauthenticated_login) SENSITIVE = [] include Aws::Structure end |
#unauthenticated_login ⇒ Boolean
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
742 743 744 745 746 747 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 742 class CreateBackendAuthIdentityPoolConfig < Struct.new( :identity_pool_name, :unauthenticated_login) SENSITIVE = [] include Aws::Structure end |