Show / Hide Table of Contents

Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsActionsTypeProperty

Settings for user pool actions when Amazon Cognito detects compromised credentials with advanced security features in full-function ENFORCED mode.

Inheritance
object
CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsActionsTypeProperty
Implements
CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsActionsTypeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html

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 ENFORCED mode.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsactionstype-eventaction

Implements

CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsActionsTypeProperty
Back to top Generated by DocFX