paws.customer.engagement (version 0.1.0)

pinpointemail_list_tags_for_resource: Retrieve a list of the tags (keys and values) that are associated with a specific resource

Description

Retrieve a list of the tags (keys and values) that are associated with a specific resource. A<U+00C2><U+00A0>tag<U+00C2><U+00A0>is a label that you optionally define and associate with a resource in Amazon Pinpoint. Each tag consists of a required<U+00C2><U+00A0>tag key<U+00C2><U+00A0>and an optional associated<U+00C2><U+00A0>tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

Usage

pinpointemail_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource that you want to retrieve tag information for.

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)