class Aws::AmplifyBackend::Types::CreateBackendAuthIdentityPoolConfig

Describes authorization configurations for the auth resources, configured as a part of your Amplify project.

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

data as a hash:

    {
      identity_pool_name: "__string", # required
      unauthenticated_login: false, # required
    }

@!attribute [rw] identity_pool_name

Name of the Amazon Cognito identity pool used for authorization.
@return [String]

@!attribute [rw] unauthenticated_login

Set to true or false based on whether you want to enable guest
authorization to your Amplify app.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/CreateBackendAuthIdentityPoolConfig AWS API Documentation

Constants

SENSITIVE