Interface CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionTypeProperty
The automated response to a risk level for adaptive authentication in full-function, or ENFORCED
, mode.
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccountTakeoverActionTypeProperty
Syntax (vb)
Public Interface IAccountTakeoverActionTypeProperty
Remarks
You can assign an action to each risk level that advanced security features evaluates.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var accountTakeoverActionTypeProperty = new AccountTakeoverActionTypeProperty {
EventAction = "eventAction",
Notify = false
};
Synopsis
Properties
Event |
The action to take for the attempted account takeover action for the associated risk level. |
Notify | Determines whether Amazon Cognito sends a user a notification message when your user pools assesses a user's session at the associated risk level. |
Properties
EventAction
The action to take for the attempted account takeover action for the associated risk level.
string EventAction { get; }
Property Value
System.
Remarks
Notify
Determines whether Amazon Cognito sends a user a notification message when your user pools assesses a user's session at the associated risk level.
object Notify { get; }
Property Value
System.