directconnect_tag_resource {paws.networking} | R Documentation |
Adds the specified tags to the specified Direct Connect resource
Description
Adds the specified tags to the specified Direct Connect resource. Each resource can have a maximum of 50 tags.
See https://www.paws-r-sdk.com/docs/directconnect_tag_resource/ for full documentation.
Usage
directconnect_tag_resource(resourceArn, tags)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
tags |
[required] The tags to add. |
[Package paws.networking version 0.7.0 Index]