Module: AWSCDK::Cognito::StandardThreatProtectionMode
- Defined in:
- cognito/standard_threat_protection_mode.rb
Overview
The Type of Threat Protection Enabled for Standard 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.StandardThreatProtectionMode", "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.StandardThreatProtectionMode", "AUDIT_ONLY")
- NO_ENFORCEMENT =
Deprecated.Note:
Default:
Cognito doesn't gather metrics on detected risks or automatically take preventative actions.
Jsii::Enum.new("aws-cdk-lib.aws_cognito.StandardThreatProtectionMode", "NO_ENFORCEMENT")