Table of Contents

Interface CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsRiskConfigurationTypeProperty

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

The compromised credentials risk configuration type.

public interface CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsRiskConfigurationTypeProperty

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

Properties

Actions

The compromised credentials risk configuration actions.

object Actions { get; }

Property Value

object

Remarks

EventFilter

Perform the action for these events.

string[]? EventFilter { get; }

Property Value

string[]

Remarks