Class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
Account takeover action type.
public class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty : CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionTypeProperty
- Inheritance
-
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
- Implements
- Inherited Members
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
Constructors
AccountTakeoverActionTypeProperty()
public AccountTakeoverActionTypeProperty()
Properties
EventAction
The action to take in response to the account takeover action. Valid values are as follows:.
public string EventAction { get; set; }
Property Value
Remarks
Notify
Flag specifying whether to send a notification.
public object Notify { get; set; }