Tag Resource
ssmincidents_tag_resource | R Documentation |
Adds a tag to a response plan¶
Description¶
Adds a tag to a response plan.
Usage¶
ssmincidents_tag_resource(resourceArn, tags)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the response plan you're adding the tags to. |
tags |
[required] A list of tags to add to the response plan. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
resourceArn = "string",
tags = list(
"string"
)
)