Add Tags
datapipeline_add_tags | R Documentation |
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. |
Value¶
An empty list.
Request syntax¶
svc$add_tags(
pipelineId = "string",
tags = list(
list(
key = "string",
value = "string"
)
)
)