paws.customer.engagement (version 0.1.0)

pinpointemail_tag_resource: Add one or more tags (keys and values) to one or more specified resources

Description

Add one or more tags (keys and values) to one or more specified resources. A tag<U+00C2><U+00A0>is a label that you optionally define and associate with a resource in Amazon Pinpoint. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.

Usage

pinpointemail_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource that you want to add one or more tags to.

Tags

[required] A list of the tags that you want to add to the resource. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Details

Each tag consists of a required<U+00C2><U+00A0>tag key<U+00C2><U+00A0>and an associated<U+00C2><U+00A0>tag value, both of which you define. 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.