Class CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsActionsTypeProperty
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
ExampleMetadata: fixture=_generated
Constructors
CompromisedCredentialsActionsTypeProperty()
public CompromisedCredentialsActionsTypeProperty()
Properties
EventAction
The event action.
public string EventAction { get; set; }