Skip to main content

ISESV2CreateTenantRequest

Interface in AWS.SESV2

Interface for CreateTenant requests.

Ancestors

Properties

Tags

property Tags: IAWSTags

<summary> Optional tags to assign to the tenant for resource organization. </summary> <remarks> <para> Tags help organize and manage tenants across different purposes, owners, environments, or other criteria. A tenant can have up to 50 tags. </para> <para> Common tag examples include <c>Environment=Production</c>, <c>Customer=CompanyName</c>, or <c>BusinessUnit=Marketing</c>. </para> </remarks>

TenantName

property TenantName: string

The name for the new tenant.

The tenant name is used to identify and reference the tenant in subsequent operations such as associating resources or sending emails on behalf of the tenant. The name must be unique within your AWS account and region, and should follow AWS naming conventions.

Methods

AddTag

function AddTag(const AKey, AValue: string): NativeInt;

Add a tag to Tags.

Parameters

NameDescription
AKeySpecify a key for a tag to add to Tags.
AValueSpecify the value for the tag to add to Tags.

Returns

Returns the index of the tag added to Tags.