Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType
- 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
-
#actions ⇒ Types::CompromisedCredentialsActionsType
The compromised credentials risk configuration actions.
-
#event_filter ⇒ Array<String>
Perform the action for these events.
Instance Attribute Details
#actions ⇒ Types::CompromisedCredentialsActionsType
The compromised credentials risk configuration actions.
2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2424 class CompromisedCredentialsRiskConfigurationType < Struct.new( :event_filter, :actions) SENSITIVE = [] include Aws::Structure end |
#event_filter ⇒ Array<String>
Perform the action for these events. The default is to perform all events if no event filter is specified.
2424 2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2424 class CompromisedCredentialsRiskConfigurationType < Struct.new( :event_filter, :actions) SENSITIVE = [] include Aws::Structure end |