Skip to main content

ISESV2MessageTag

Interface in AWS.SESV2

Interface for MessageTag.

Properties

Name

property Name: string

The name of the message tag.

This property specifies the name or key portion of the tag that was applied to the email message. Message tag names are used to categorize and organize emails for tracking, reporting, and event publishing. The message tag name must meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters. Tag names are case-sensitive and should be chosen to provide meaningful categorization for your email analytics and event tracking systems.

Value

property Value: string

The value of the message tag.

This property specifies the value portion of the tag that was applied to the email message. The tag value provides additional context or categorization detail associated with the tag name. The message tag value must meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters. Tag values work together with tag names to create meaningful key-value pairs for email categorization, tracking campaign performance, and publishing detailed email sending events.