aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

Support stack-level tags for AWS::Shield::Protection resource type #1934

Open zipkid opened 7 months ago

zipkid commented 7 months ago

Name of the resource

Other

Resource name

AWS::Shield::Protection

Description

Stack-level tags are not propagated to the AWS::Shield::Protection resource type, despite supporting the Tags property.

Other Details

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-shield-protection-tag.html

benbridts commented 7 months ago

This seems like it's an error in the schema (and thus hopefully an easy fix):

The current schema sets cloudFormationSystemTags to false (link) even though it looks like everything is in place to support CloudFormation tags

Edit: unless the shield service needs extra work to support tags that start with aws:cloudformation:?