Skip to content

List Tags For Resource

shield_list_tags_for_resource R Documentation

Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield

Description

Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in Shield.

Usage

shield_list_tags_for_resource(ResourceARN)

Arguments

ResourceARN

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

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string"
)