proton_tag_resource {paws.compute} | R Documentation |
Tag a resource
Description
Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.
See https://www.paws-r-sdk.com/docs/proton_tag_resource/ for full documentation.
Usage
proton_tag_resource(resourceArn, tags)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the Proton resource to apply customer tags to. |
tags |
[required] A list of customer tags to apply to the Proton resource. |
[Package paws.compute version 0.7.0 Index]