Tag Resource
clouddirectory_tag_resource | R Documentation |
An API operation for adding tags to a resource¶
Description¶
An API operation for adding tags to a resource.
Usage¶
clouddirectory_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories. |
Tags |
[required] A list of tag key-value pairs. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)