From 76931eb7f0824e37b10e9d28984f935c0d4d37a7 Mon Sep 17 00:00:00 2001 From: Samyak Kumar Date: Tue, 17 Dec 2024 12:43:59 -0800 Subject: [PATCH] Add tagging information to stackset schema cr: https://code.amazon.com/reviews/CR-166548407 --- .../aws-cloudformation-stackset.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aws-cloudformation-stackset/aws-cloudformation-stackset.json b/aws-cloudformation-stackset/aws-cloudformation-stackset.json index eb9672a..389bb72 100644 --- a/aws-cloudformation-stackset/aws-cloudformation-stackset.json +++ b/aws-cloudformation-stackset/aws-cloudformation-stackset.json @@ -371,6 +371,13 @@ "/properties/StackSetName" ] ], + "tagging": { + "taggable": true, + "tagOnCreate": true, + "tagUpdatable": true, + "cloudFormationSystemTags": false, + "tagProperty": "/properties/Tags" + }, "handlers": { "create": { "permissions": [