Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsActionsType

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

Overview

Settings for user pool actions when Amazon Cognito detects compromised credentials with threat protection in full-function ENFORCED mode.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_actionString

The action that Amazon Cognito takes when it detects compromised credentials.

Returns:

  • (String)


3059
3060
3061
3062
3063
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3059

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