appfabric_tag_resource {paws.networking} | R Documentation |
Assigns one or more tags (key-value pairs) to the specified resource
Description
Assigns one or more tags (key-value pairs) to the specified resource.
See https://www.paws-r-sdk.com/docs/appfabric_tag_resource/ for full documentation.
Usage
appfabric_tag_resource(resourceArn, tags)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to tag. |
tags |
[required] A map of the key-value pairs of the tag or tags to assign to the resource. |
[Package paws.networking version 0.7.0 Index]