Table of Contents

Class CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty

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

The compromised credentials actions type.

public class CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty : CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsActionsTypeProperty
Inheritance
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty
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 compromisedCredentialsActionsTypeProperty = new CompromisedCredentialsActionsTypeProperty {
                 EventAction = "eventAction"
             };

Remarks

Constructors

CompromisedCredentialsActionsTypeProperty()

public CompromisedCredentialsActionsTypeProperty()

Properties

EventAction

The event action.

public string EventAction { get; set; }

Property Value

string

Remarks