Skip to content

Tag Resource

codepipeline_tag_resource R Documentation

Adds to or modifies the tags of the given resource

Description

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.

Usage

codepipeline_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource you want to add tags to.

tags

[required] The tags you want to modify or add to the resource.

Value

An empty list.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)