sesv2_tag_resource: Add one or more tags (keys and values) to a specified...

View source: R/sesv2_operations.R

sesv2_tag_resourceR Documentation

Add one or more tags (keys and values) to a specified resource

Description

Add one or more tags (keys and values) to a specified resource. A tag is a label that you optionally define and associate with a resource. 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.

See https://www.paws-r-sdk.com/docs/sesv2_tag_resource/ for full documentation.

Usage

sesv2_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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.