Tag Resource
networkmanager_tag_resource | R Documentation |
Tags a specified resource¶
Description¶
Tags a specified resource.
Usage¶
networkmanager_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
Tags |
[required] The tags to apply to the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)