cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

field 'Tags' missing from events.Rule #2151

Closed lreeder-arpio closed 1 year ago

lreeder-arpio commented 1 year ago

Per Boto and Cloudformation documents (https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-tagging.html, or see Boto return types for EventBus and Rule), "In EventBridge, you can assign tags to rule[s] event buses". In Troposphere, events.EventBus has Tags, but events.Rule does not.

markpeek commented 1 year ago

Thanks for the issue and PR.