View source: R/ecs_operations.R
ecs_tag_resource | R Documentation |
Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a resource is deleted, the tags that are associated with that resource are deleted as well.
See https://www.paws-r-sdk.com/docs/ecs_tag_resource/ for full documentation.
ecs_tag_resource(resourceArn, tags)
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to add tags to. Currently, the supported resources are Amazon ECS capacity providers, tasks, services, task definitions, clusters, and container instances. |
tags |
[required] The tags to add to the resource. A tag is an array of key-value pairs. The following basic restrictions apply to tags:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.