Interface CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsActionsTypeProperty
The compromised credentials actions type.
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.AWS.Cognito.dll
Syntax (csharp)
public interface ICompromisedCredentialsActionsTypeProperty
Syntax (vb)
Public Interface ICompromisedCredentialsActionsTypeProperty
Remarks
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 compromisedCredentialsActionsTypeProperty = new CompromisedCredentialsActionsTypeProperty {
EventAction = "eventAction"
};
Synopsis
Properties
Event |
The event action. |
Properties
EventAction
The event action.
string EventAction { get; }
Property Value
System.