Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

AWS::CloudFormation::Type #299

Closed
troyready opened this issue Dec 11, 2019 · 5 comments
Closed

AWS::CloudFormation::Type #299

troyready opened this issue Dec 11, 2019 · 5 comments
Assignees
Labels
management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc.

Comments

@troyready
Copy link

Scope of request

AWS::CloudFormation::Type - can create resource via API, but not via CloudFormation

Expected behavior

In Create, it should register the type and set it as the default version

In Update, it should register a new type (using the same name), set it as the default version, and deregister the old version

In Delete, it should deregister the current version

Updates to the resource changing the name should be rejected.

Links

Category

Management

@rjlohan
Copy link

rjlohan commented Dec 11, 2019

This was actually already requested, but I moved the issue over here

I have a PR up for schema discussion in that repo, feel free to chime in 👍

I have a basic codebase nearly ready to add there too.

@rjlohan rjlohan added the management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc. label Dec 11, 2019
@rjlohan rjlohan self-assigned this Dec 11, 2019
@wulfmann
Copy link

wulfmann commented Aug 4, 2020

Is this now resolved from this merge? aws-cloudformation/aws-cloudformation-resource-providers-cloudformation#4

@benkehoe
Copy link
Contributor

benkehoe commented Aug 4, 2020

It's only resolved once it ships in CloudFormation proper. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CloudFormation.html

@jarreds
Copy link

jarreds commented Feb 3, 2021

Any word on when this actually going live?

@brianterry
Copy link
Collaborator

CloudFormation now supports the following resources:
AWS::CloudFormation::ResourceDefaultVersion
AWS::CloudFormation::ResourceVersion

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc.
Projects
None yet
Development

No branches or pull requests

6 participants