Skip to content

Untag Resource

opensearchingestion_untag_resource R Documentation

Removes one or more tags from an OpenSearch Ingestion pipeline

Description

Removes one or more tags from an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.

Usage

opensearchingestion_untag_resource(Arn, TagKeys)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the pipeline to remove tags from.

TagKeys

[required] The tag keys to remove.

Value

An empty list.

Request syntax

svc$untag_resource(
  Arn = "string",
  TagKeys = list(
    "string"
  )
)