Interface CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionTypeProperty
Account takeover action type.
public interface CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionTypeProperty
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
};
Remarks
ExampleMetadata: fixture=_generated
Properties
EventAction
The action to take in response to the account takeover action. Valid values are as follows:.
string EventAction { get; }
Property Value
Remarks
Notify
Flag specifying whether to send a notification.
object Notify { get; }