Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder
Packages that use CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder
-
Uses of CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolRiskConfigurationAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.accountTakeoverRiskConfiguration(CfnUserPoolRiskConfigurationAttachmentPropsMixin.AccountTakeoverRiskConfigurationTypeProperty accountTakeoverRiskConfiguration) The settings for automated responses and notification templates for adaptive authentication with threat protection.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.accountTakeoverRiskConfiguration(IResolvable accountTakeoverRiskConfiguration) The settings for automated responses and notification templates for adaptive authentication with threat protection.The app client where this configuration is applied.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.compromisedCredentialsRiskConfiguration(CfnUserPoolRiskConfigurationAttachmentPropsMixin.CompromisedCredentialsRiskConfigurationTypeProperty compromisedCredentialsRiskConfiguration) Settings for compromised-credentials actions and authentication types with threat protection in full-functionENFORCEDmode.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.compromisedCredentialsRiskConfiguration(IResolvable compromisedCredentialsRiskConfiguration) Settings for compromised-credentials actions and authentication types with threat protection in full-functionENFORCEDmode.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.create()CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.riskExceptionConfiguration(CfnUserPoolRiskConfigurationAttachmentPropsMixin.RiskExceptionConfigurationTypeProperty riskExceptionConfiguration) Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.riskExceptionConfiguration(IResolvable riskExceptionConfiguration) Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.userPoolId(String userPoolId) The ID of the user pool that has the risk configuration applied.CfnUserPoolRiskConfigurationAttachmentPropsMixin.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool that has the risk configuration applied.