Skip to content

Commit

Permalink
update tagging section for rds-global-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
akwan224 committed Nov 27, 2024
1 parent d460365 commit 97cc3cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion aws-rds-globalcluster/aws-rds-globalcluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
}
},
"tagging": {
"taggable": true
"taggable": true,
"tagOnCreate": true,
"tagUpdatable": true,
"cloudFormationSystemTags": true,
"tagProperty": "/properties/Tags",
"permissions": [
"rds:AddTagsToResource",
"rds:RemoveTagsFromResource"
]
}
}

0 comments on commit 97cc3cf

Please sign in to comment.