Skip to content

List Tags For Resource

apprunner_list_tags_for_resource R Documentation

List tags that are associated with for an App Runner resource

Description

List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.

Usage

apprunner_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource that a tag list is requested for.

It must be the ARN of an App Runner resource.

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)