Show / Hide Table of Contents

Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsRiskConfigurationTypeProperty

Settings for compromised-credentials actions and authentication-event sources with advanced security features in full-function ENFORCED mode.

Inheritance
object
CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsRiskConfigurationTypeProperty
Implements
CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsRiskConfigurationTypeProperty
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.CompromisedCredentialsRiskConfigurationTypeProperty : CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsRiskConfigurationTypeProperty
Syntax (vb)
Public Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsRiskConfigurationTypeProperty Implements CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsRiskConfigurationTypeProperty
Remarks

See: 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.Mixins.Preview.AWS.Cognito.Mixins;

             var compromisedCredentialsRiskConfigurationTypeProperty = new CompromisedCredentialsRiskConfigurationTypeProperty {
                 Actions = new CompromisedCredentialsActionsTypeProperty {
                     EventAction = "eventAction"
                 },
                 EventFilter = new [] { "eventFilter" }
             };

Synopsis

Constructors

CompromisedCredentialsRiskConfigurationTypeProperty()

Settings for compromised-credentials actions and authentication-event sources with advanced security features in full-function ENFORCED mode.

Properties

Actions

Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.

EventFilter

Settings for the sign-in activity where you want to configure compromised-credentials actions.

Constructors

CompromisedCredentialsRiskConfigurationTypeProperty()

Settings for compromised-credentials actions and authentication-event sources with advanced security features in full-function ENFORCED mode.

public CompromisedCredentialsRiskConfigurationTypeProperty()
Remarks

See: 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.Mixins.Preview.AWS.Cognito.Mixins;

             var compromisedCredentialsRiskConfigurationTypeProperty = new CompromisedCredentialsRiskConfigurationTypeProperty {
                 Actions = new CompromisedCredentialsActionsTypeProperty {
                     EventAction = "eventAction"
                 },
                 EventFilter = new [] { "eventFilter" }
             };

Properties

Actions

Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.

public object? Actions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsActionsTypeProperty

EventFilter

Settings for the sign-in activity where you want to configure compromised-credentials actions.

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

string[]

Remarks

Defaults to all events.

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

Implements

CfnUserPoolRiskConfigurationAttachmentPropsMixin.ICompromisedCredentialsRiskConfigurationTypeProperty
Back to top Generated by DocFX