aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
48 stars 35 forks source link

Add createOnlyProperties to the ResourceVersion resource #51

Closed ugudip closed 3 years ago

ugudip commented 3 years ago

Description of changes:

Having the properties -ExecutionRoleArn, LoggingConfig, SchemaHandlerPackage and TypeName as createOnly would make it clear that no properties are updatable for this resource. Also makes it clear that they cause a replacement.

Reference customer PR: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation/pull/24

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.