aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
93 stars 38 forks source link

Support use of `deprecated` field for properties. #8

Closed rjlohan closed 5 years ago

rjlohan commented 5 years ago

Resource properties should be able to be marked as "deprecated": true to indicate that their use on input operations (such as CREATE, UPDATE) will be accepted but possibly ignored, or will take no effect.

This field will also indicate that such properties may not be present on READ operations.

Or, we should add a deprecatedProperties semantic section for the same purpose. Need to decide which is most appropriate.

rjlohan commented 5 years ago

This was implemented with #9