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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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.



2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2372

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>)


2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2372

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