Show / Hide Table of Contents

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 CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionTypeProperty
Syntax (vb)
Public Interface CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionTypeProperty
Remarks

You can assign an action to each risk level that advanced security features evaluates.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html

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

EventAction

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

string

Remarks

Valid values are as follows:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-eventaction

    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

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype.html#cfn-cognito-userpoolriskconfigurationattachment-accounttakeoveractiontype-notify

    Back to top Generated by DocFX