aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

Support creating IdentityStore / SSO Users (AWS::IdentityStore::User) #1801

Open blimmer opened 11 months ago

blimmer commented 11 months ago

Name of the resource

Other

Resource name

AWS::IdentityStore::User

Description

I'd like to be able to manage Identity Center users via CloudFormation. I think you'd need to use the following APIs:

https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.html https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.html

Other Details

No response

blimmer commented 10 months ago

Also, it would be great to support CloudFormation imports of these resources (e.g., list it here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html), since I've been using a CloudFormation Custom Resource to create these users.

Without import support, users would need to recreate their logins, which would be a pain.