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

Adds semantic support for `deprecatedProperties` #9

Closed rjlohan closed 5 years ago

rjlohan commented 5 years ago

Issue #, if available: #8

Description of changes:

Resource schemas should support the notion of property deprecation as a semantic indicator. This allows resource providers to signal that a change in the underlying APIs or service has been made. Resource Providers MUST still accept deprecatedProperties on input to CREATE/UPDATE however the application of those values is not guaranteed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.