Interface CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsActionsTypeProperty
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
ExampleMetadata: fixture=_generated
Properties
EventAction
The event action.
string EventAction { get; }