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
90 stars 38 forks source link

clarify readOnlyProperties #93

Closed PatMyron closed 4 years ago

PatMyron commented 4 years ago

"cannot be specified in a UPDATE request" seems misleading to me because a primaryIdentifier readOnlyProperty is frequently specified in UPDATE requests

Borrowed a snippet from:

https://github.com/aws-cloudformation/aws-cloudformation-resource-schema/blob/1fd31cdb3ca76f8418c0209753e204e4e12c019a/src/main/resources/schema/provider.definition.schema.v1.json#L365

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