Table of Contents

Class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty

Namespace
Amazon.CDK.AWS.Cognito
Assembly
Amazon.CDK.AWS.Cognito.dll

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

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

string

Remarks

Notify

Flag specifying whether to send a notification.

public object Notify { get; set; }

Property Value

object

Remarks