Tag Resource
eventbridgescheduler_tag_resource | R Documentation |
Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource¶
Description¶
Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource. You can only assign tags to schedule groups.
Usage¶
eventbridgescheduler_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the schedule group that you are adding tags to. |
Tags |
[required] The list of tags to associate with the schedule group. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)