aws-cdk-lib.aws_cognito.CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty

interface CompromisedCredentialsRiskConfigurationTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.Cognito.CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolRiskConfigurationAttachment_CompromisedCredentialsRiskConfigurationTypeProperty
Javasoftware.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty
Pythonaws_cdk.aws_cognito.CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty
TypeScript aws-cdk-lib » aws_cognito » CfnUserPoolRiskConfigurationAttachment » CompromisedCredentialsRiskConfigurationTypeProperty

The compromised credentials risk configuration type.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const compromisedCredentialsRiskConfigurationTypeProperty: cognito.CfnUserPoolRiskConfigurationAttachment.CompromisedCredentialsRiskConfigurationTypeProperty = {
  actions: {
    eventAction: 'eventAction',
  },

  // the properties below are optional
  eventFilter: ['eventFilter'],
};

Properties

NameTypeDescription
actionsIResolvable | CompromisedCredentialsActionsTypePropertyThe compromised credentials risk configuration actions.
eventFilter?string[]Perform the action for these events.

actions

Type: IResolvable | CompromisedCredentialsActionsTypeProperty

The compromised credentials risk configuration actions.


eventFilter?

Type: string[] (optional)

Perform the action for these events.

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