Skip to content

List Tags for Resource

ssmincidents_list_tags_for_resource R Documentation

Lists the tags that are attached to the specified response plan or incident

Description

Lists the tags that are attached to the specified response plan or incident.

Usage

ssmincidents_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the response plan or incident.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)