Module: AWSCDK::Cognito::CustomThreatProtectionMode

Defined in:
cognito/custom_threat_protection_mode.rb

Overview

The Type of Threat Protection Enabled for Custom Authentication.

This feature only functions if your FeaturePlan is set to FeaturePlan.PLUS

Constant Summary collapse

FULL_FUNCTION =
Deprecated.
Note:

Default:

Cognito automatically takes preventative actions in response to different levels of risk that you configure for your user pool.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.CustomThreatProtectionMode", "FULL_FUNCTION")
AUDIT_ONLY =
Deprecated.
Note:

Default:

Cognito gathers metrics on detected risks, but doesn't take automatic action.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.CustomThreatProtectionMode", "AUDIT_ONLY")