paws.analytics (version 0.1.0)

datapipeline_add_tags: Adds or modifies tags for the specified pipeline

Description

Adds or modifies tags for the specified pipeline.

Usage

datapipeline_add_tags(pipelineId, tags)

Arguments

pipelineId

[required] The ID of the pipeline.

tags

[required] The tags to add, as key/value pairs.

Request syntax

svc$add_tags(
  pipelineId = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)