Class CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsRiskConfigurationTypeProperty
Settings for compromised-credentials actions and authentication-event sources with advanced security features in full-function ENFORCED mode.
Inheritance
Implements
Inherited Members
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
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 |
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
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
Remarks
EventFilter
Settings for the sign-in activity where you want to configure compromised-credentials actions.
public string[]? EventFilter { get; set; }
Property Value
string[]