CognitoUserPoolDomain

Description

Creates a new domain for a user pool.

Resources

AWS::Cognito::UserPoolDomain

Special resources

CGParamCognitoDomainPrefix

Type: AWS::Coreograph::Parameter

Stack parameter to specify cognito user pool domain name prefix.

CGEnvCognitoAuthUrl

Type: AWS::Coreograph::Environment

Environment variable that holds the URL of newly created user pool domain.

Input

userPool

Logical ID of AWS::Cognito::UserPool resource in which you want to create a user pool domain.

Output

CognitoUserPoolDomain

Logical ID of Cognito user pool domain resource AWS::Cognito::UserPoolDomain created by this pattern

CGParamCognitoDomainPrefix

Logical ID of Coreograph stack parameter special resource AWS::Coreograph::Parameter. Use AWS::Coreograph::ParameterRef node to get the value of this parameter inside function logic.

CGEnvCognitoAuthUrl

Logical ID of Coreograph environment variable special resource AWS::Coreograph::Environment. Use AWS::Coreograph::EnvironmentRef node to get the value of this environment variable inside function logic.