Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsActionsTypeProperty
Settings for user pool actions when Amazon Cognito detects compromised credentials with advanced security features in full-function ENFORCED mode.
Inheritance
CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsActionsTypeProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Cognito.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsActionsTypeProperty : CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsActionsTypeProperty
Syntax (vb)
Public Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsActionsTypeProperty Implements CfnUserPoolRiskConfigurationAttachmentPropsMixin.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.Mixins.Preview.AWS.Cognito.Mixins;
var compromisedCredentialsActionsTypeProperty = new CompromisedCredentialsActionsTypeProperty {
EventAction = "eventAction"
};
Synopsis
Constructors
| CompromisedCredentialsActionsTypeProperty() | Settings for user pool actions when Amazon Cognito detects compromised credentials with advanced security features in full-function |
Properties
| EventAction | The action that Amazon Cognito takes when it detects compromised credentials. |
Constructors
CompromisedCredentialsActionsTypeProperty()
Settings for user pool actions when Amazon Cognito detects compromised credentials with advanced security features in full-function ENFORCED mode.
public CompromisedCredentialsActionsTypeProperty()
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.Mixins.Preview.AWS.Cognito.Mixins;
var compromisedCredentialsActionsTypeProperty = new CompromisedCredentialsActionsTypeProperty {
EventAction = "eventAction"
};
Properties
EventAction
The action that Amazon Cognito takes when it detects compromised credentials.
public string? EventAction { get; set; }