Cloudformation-coverage-roadmap: AWS::CloudFormation::Type

Created on 11 Dec 2019  路  5Comments  路  Source: aws-cloudformation/cloudformation-coverage-roadmap

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

management & governance

Most helpful comment

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.

All 5 comments

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.

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

Any word on when this actually going live?

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

Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rclark picture rclark  路  3Comments

mildebrandt picture mildebrandt  路  3Comments

TheDanBlanco picture TheDanBlanco  路  3Comments

kjpgit picture kjpgit  路  4Comments

hoegertn picture hoegertn  路  4Comments