Table of Contents

Interface CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionTypeProperty

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

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

Properties

EventAction

The action to take in response to the account takeover action. Valid values are as follows:.

string EventAction { get; }

Property Value

string

Remarks

Notify

Flag specifying whether to send a notification.

object Notify { get; }

Property Value

object

Remarks