https://pulumi.com logo
Title
s

square-dress-80180

05/04/2021, 8:43 PM
A docs question. For
aws.cognito.UserPoolClient("client", user_pool_id=pool.id)
I can’t actually get the client to use cognito as an id provider unless I do
aws.cognito.UserPoolClient("client", user_pool_id=pool.id, supported_identity_providers=["COGNITO"]
… and the use of
COGNITO
as an arg is documented nowhere as far as I can tell. Am I misunderstanding how the method
userPoolClient
works? Or can we update the docs to link to the aws docs where I found this was an option as it is nowhere in the pulumi / terraform example code or docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html