Table of Contents

Class CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty

Namespace
Amazon.CDK.AWS.Cognito
Assembly
Amazon.CDK.AWS.Cognito.dll

The compromised credentials risk configuration type.

public class CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty : CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsRiskConfigurationTypeProperty
Inheritance
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty
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 compromisedCredentialsRiskConfigurationTypeProperty = new CompromisedCredentialsRiskConfigurationTypeProperty {
                 Actions = new CompromisedCredentialsActionsTypeProperty {
                     EventAction = "eventAction"
                 },

                 // the properties below are optional
                 EventFilter = new [] { "eventFilter" }
             };

Remarks

Constructors

CompromisedCredentialsRiskConfigurationTypeProperty()

public CompromisedCredentialsRiskConfigurationTypeProperty()

Properties

Actions

The compromised credentials risk configuration actions.

public object Actions { get; set; }

Property Value

object

Remarks

EventFilter

Perform the action for these events.

public string[]? EventFilter { get; set; }

Property Value

string[]

Remarks