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

The CloudFormation Resource Provider Package for the AWS CodeArtifact service
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeArtifact.html
Apache License 2.0
27 stars 7 forks source link

adding "additionalProperties" property to tagging schema #64

Closed Ab-hay closed 3 years ago

Ab-hay commented 3 years ago

Description of change:

Previously we did not have any schema validation for tagging. Hence, added "additionalProperties: false" so that all properties of type object are defined and no additional unknown property can be passed onto the cfn handlers.

Issue #, if available:

Description of changes:

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