Table of Contents

Interface CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsActionsTypeProperty

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

The compromised credentials actions type.

public interface CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsActionsTypeProperty

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 compromisedCredentialsActionsTypeProperty = new CompromisedCredentialsActionsTypeProperty {
                 EventAction = "eventAction"
             };

Remarks

Properties

EventAction

The event action.

string EventAction { get; }

Property Value

string

Remarks