Show / Hide Table of Contents

Class CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty

The compromised credentials risk configuration type.

Inheritance
System.Object
CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty
Implements
CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsRiskConfigurationTypeProperty
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.AWS.Cognito.dll
Syntax (csharp)
public class CompromisedCredentialsRiskConfigurationTypeProperty : Object, CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsRiskConfigurationTypeProperty
Syntax (vb)
Public Class CompromisedCredentialsRiskConfigurationTypeProperty
    Inherits Object
    Implements CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsRiskConfigurationTypeProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsriskconfigurationtype.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.AWS.Cognito;

var compromisedCredentialsRiskConfigurationTypeProperty = new CompromisedCredentialsRiskConfigurationTypeProperty {
    Actions = new CompromisedCredentialsActionsTypeProperty {
        EventAction = "eventAction"
    },

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

Synopsis

Constructors

CompromisedCredentialsRiskConfigurationTypeProperty()

Properties

Actions

The compromised credentials risk configuration actions.

EventFilter

Perform the action for these events.

Constructors

CompromisedCredentialsRiskConfigurationTypeProperty()

public CompromisedCredentialsRiskConfigurationTypeProperty()

Properties

Actions

The compromised credentials risk configuration actions.

public object Actions { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsriskconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsriskconfigurationtype-actions

EventFilter

Perform the action for these events.

public string[] EventFilter { get; set; }
Property Value

System.String[]

Remarks

The default is to perform all events if no event filter is specified.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolriskconfigurationattachment-compromisedcredentialsriskconfigurationtype.html#cfn-cognito-userpoolriskconfigurationattachment-compromisedcredentialsriskconfigurationtype-eventfilter

Implements

CfnUserPoolRiskConfigurationAttachment.ICompromisedCredentialsRiskConfigurationTypeProperty
Back to top Generated by DocFX