You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
On the AWS::Cognito::UserPoolClient page 1 it lists available return values for the GetAtt function as ClientSecret and Name. Neither of these values work, though.
When !GetAtt 'UserPoolClient.Name' is added to the Outputs section of a template it just returns "Name attribute not supported at this time, please use the CLI or Console to retrieve this value" as the value. Same thing for ClientSecret.
I believe the docs should be updated to remove these unsupported GetAtt calls.