AWS::Cognito::UserPoolRiskConfigurationAttachment CompromisedCredentialsRiskConfigurationType - AWS CloudFormation

AWS::Cognito::UserPoolRiskConfigurationAttachment CompromisedCredentialsRiskConfigurationType

Settings for compromised-credentials actions and authentication-event sources with advanced security features in full-function ENFORCED mode.

This data type is a request parameter of SetRiskConfiguration and a response parameter of DescribeRiskConfiguration.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Actions" : CompromisedCredentialsActionsType, "EventFilter" : [ String, ... ] }

Properties

Actions

Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.

Required: Yes

Type: CompromisedCredentialsActionsType

Update requires: No interruption

EventFilter

Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.

Required: No

Type: Array of String

Update requires: No interruption