Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType

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

Overview

The compromised credentials risk configuration type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::CompromisedCredentialsActionsType

The compromised credentials risk configuration actions.



2376
2377
2378
2379
2380
2381
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2376

class CompromisedCredentialsRiskConfigurationType < Struct.new(
  :event_filter,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#event_filterArray<String>

Perform the action for these events. The default is to perform all events if no event filter is specified.

Returns:

  • (Array<String>)


2376
2377
2378
2379
2380
2381
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2376

class CompromisedCredentialsRiskConfigurationType < Struct.new(
  :event_filter,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end