Module: AWSCDK::Cognito::ManagedLoginVersion

Defined in:
cognito/managed_login_version.rb

Overview

The branding version of managed login for the domain.

Constant Summary collapse

CLASSIC_HOSTED_UI =
Deprecated.
Note:

Default:

The classic hosted UI.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.ManagedLoginVersion", "CLASSIC_HOSTED_UI")
NEWER_MANAGED_LOGIN =
Deprecated.
Note:

Default:

The newer managed login with the branding designer.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.ManagedLoginVersion", "NEWER_MANAGED_LOGIN")