Skip to content

Tag Resource

codedeploy_tag_resource R Documentation

Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter

Description

Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter.

Usage

codedeploy_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The ARN of a resource, such as a CodeDeploy application or deployment group.

Tags

[required] A list of tags that tag_resource associates with a resource. The resource is identified by the ResourceArn input parameter.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)