Tag Resource
opensearchingestion_tag_resource | R Documentation |
Tags an OpenSearch Ingestion pipeline¶
Description¶
Tags an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.
Usage¶
opensearchingestion_tag_resource(Arn, Tags)
Arguments¶
Arn |
[required] The Amazon Resource Name (ARN) of the pipeline to tag. |
Tags |
[required] The list of key-value tags to add to the pipeline. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
Arn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)