eventbridgescheduler_tag_resource {paws.application.integration} | 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.
See https://www.paws-r-sdk.com/docs/eventbridgescheduler_tag_resource/ for full documentation.
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. |
[Package paws.application.integration version 0.6.0 Index]