Skip to content

Commit 245a48e

Browse files
Add tagging information to stackset schema (#124)
cr: https://code.amazon.com/reviews/CR-166548407 Co-authored-by: Samyak Kumar <ksamyak@amazon.com>
1 parent 0263467 commit 245a48e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

aws-cloudformation-stackset/aws-cloudformation-stackset.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,13 @@
371371
"/properties/StackSetName"
372372
]
373373
],
374+
"tagging": {
375+
"taggable": true,
376+
"tagOnCreate": true,
377+
"tagUpdatable": true,
378+
"cloudFormationSystemTags": false,
379+
"tagProperty": "/properties/Tags"
380+
},
374381
"handlers": {
375382
"create": {
376383
"permissions": [

0 commit comments

Comments
 (0)