CognitoUserPoolClient
Special resources
CGParamAllowedOAuthScopes
Type: AWS::Coreograph::Parameter
Stack parameter to specify allowed OAuth scopes.
CGEnvRedirectURL
Type: AWS::Coreograph::Environment
Environment variable that holds the redirect URL for use in function logic.
Input
userPool
Logical ID of AWS::Cognito::UserPool
resource in which you want to create a user pool client.
redirectURLString
A client’s redirect (callback) URL. Must be a valid Cloudformation syntax that resolves to a string.
Output
CognitoUserPoolClient
Logical ID of Cognito user pool client resource AWS::Cognito::UserPoolClient
created by this pattern.
CGParamAllowedOAuthScopes
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.
CGEnvRedirectURL
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.