class Aws::AmplifyBackend::Types::LoginAuthConfigReqObj

The request object for this operation.

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

data as a hash:

    {
      aws_cognito_identity_pool_id: "__string",
      aws_cognito_region: "__string",
      aws_user_pools_id: "__string",
      aws_user_pools_web_client_id: "__string",
    }

@!attribute [rw] aws_cognito_identity_pool_id

The Amazon Cognito identity pool ID used for the Amplify Admin UI
login authorization.
@return [String]

@!attribute [rw] aws_cognito_region

The AWS Region for the Amplify Admin UI login.
@return [String]

@!attribute [rw] aws_user_pools_id

The Amazon Cognito user pool ID used for Amplify Admin UI login
authentication.
@return [String]

@!attribute [rw] aws_user_pools_web_client_id

The web client ID for the Amazon Cognito user pools.
@return [String]

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

Constants

SENSITIVE