Class: Aws::AmplifyBackend::Types::UpdateBackendAuthIdentityPoolConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unauthenticated_loginBoolean

A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.

Returns:

  • (Boolean)


3108
3109
3110
3111
3112
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3108

class UpdateBackendAuthIdentityPoolConfig < Struct.new(
  :unauthenticated_login)
  SENSITIVE = []
  include Aws::Structure
end