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

Adding `taggable` support in schema #105

Closed AugustXiaodm closed 3 years ago

AugustXiaodm commented 3 years ago

Issue #, if available:

Adding taggable support for resource schema. This boolean flag indicates whether a resource type supports updatable tagging property.

Description of changes: Added taggable support. Updated Junit dependencies to the latest versions. (supporting booleans as test ValueSource)

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

PatMyron commented 3 years ago

It'd be nice to schematize more tagging information like support for tag-on-create, system tags, etc: https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/228