Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for AWS::Cognito::UserPoolIdentityProvider #1508

Closed
crburke opened this issue Oct 10, 2019 · 1 comment
Closed

Add support for AWS::Cognito::UserPoolIdentityProvider #1508

crburke opened this issue Oct 10, 2019 · 1 comment

Comments

@crburke
Copy link

crburke commented Oct 10, 2019

Add a troposphere mapping for AWS::Cognito::UserPoolIdentityProvider.

@PatMyron
Copy link
Contributor

Looks like AWS::Cognito::UserPoolIdentityProvider got added in this commit

class UserPoolIdentityProvider(AWSObject):
resource_type = "AWS::Cognito::UserPoolIdentityProvider"
props = {
'AttributeMapping': (dict, False),
'IdpIdentifiers': ([basestring], False),
'ProviderDetails': (dict, False),
'ProviderName': (basestring, True),
'ProviderType': (basestring, True),
'UserPoolId': (basestring, True),
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants