Skip to content

List Tags for Resource

ecrpublic_list_tags_for_resource R Documentation

List the tags for an Amazon ECR Public resource

Description

List the tags for an Amazon ECR Public resource.

Usage

ecrpublic_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resource is an Amazon ECR Public repository.

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)