Skip to main content

ISESV2TagResourceRequest

Interface in AWS.SESV2

Interface for TagResource requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

The Amazon Resource Name (ARN) of the resource to add tags to.

This ARN identifies the specific Amazon SES resource (such as a configuration set, email identity, dedicated IP pool, or contact list) that you want to tag for categorization and management purposes. The resource must exist in your Amazon SES account before tags can be added. This field is required and must be at least 1 character in length. Valid resource types include configuration sets, email identities, dedicated IP pools, contact lists, and other Amazon SES resources that support tagging.

Tags

property Tags: IAWSTags

The list of tags to add to the specified resource.

Each tag consists of a required tag key and an associated tag value that you define. Tags help categorize and manage resources by purpose, owner, environment, or other criteria you choose. Tag keys have a maximum length of 128 characters, while tag values have a maximum length of 256 characters. A resource can have up to 50 tags total. This field is required and must contain at least one tag. Tag keys act as categories, while tag values act as descriptors within those categories for flexible resource organization and management. Tags are useful for implementing attribute-based access control, cost allocation, resource filtering, and automated resource management policies.

Methods

AddTag

procedure AddTag(const AKey, AValue: string);

Add a tag to the list of Tags to add to the resource.

Parameters

NameDescription
AKeySpecify the key for the tag.
AValueSpecify the value for the tag.