Skip to content

List Tags For Resource

opensearchingestion_list_tags_for_resource R Documentation

Lists all resource tags associated with an OpenSearch Ingestion pipeline

Description

Lists all resource tags associated with an OpenSearch Ingestion pipeline. For more information, see Tagging Amazon OpenSearch Ingestion pipelines.

Usage

opensearchingestion_list_tags_for_resource(Arn)

Arguments

Arn

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

Value

A list with the following syntax:

list(
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Request syntax

svc$list_tags_for_resource(
  Arn = "string"
)