Skip to main content

ISESV2Tenant

Interface in AWS.SESV2

Interface for SESV2 Tenant.

Properties

CreatedTimestamp

property CreatedTimestamp: TOptional<TDateTime>

The date and time when the tenant was created.

This timestamp indicates when the tenant was initially provisioned in your SES account. Use this information for auditing, billing, and lifecycle management purposes. The timestamp is provided in UTC and represents the exact moment the tenant became available for use.

SendingStatus

property SendingStatus: string

The status of sending capability for the tenant.

This status determines whether the tenant is allowed to send emails and controls the overall email sending capability for all resources associated with this tenant. Valid sending statuses:

  • ENABLED – The tenant is allowed to send emails normally.
  • REINSTATED – The tenant can send emails even with active reputation findings.
  • DISABLED – The tenant is prevented from sending emails.

Tags

property Tags: IAWSTags

A list of tags associated with the tenant.

Tags provide a way to organize, categorize, and manage tenants using key-value pairs. Use tags for resource organization, cost allocation, access control, and automation purposes. Each tag consists of a key and an optional value, allowing flexible metadata management for tenant resources. Tags can be used in IAM policies and billing reports.

TenantArn

property TenantArn: TARN

The Amazon Resource Name (ARN) of the tenant.

This ARN uniquely identifies the tenant within the AWS ecosystem and can be used for cross-service integrations, IAM policies, and other AWS operations that require resource identification. The ARN follows the standard AWS format and includes the account ID, region, and tenant-specific resource identifier.

TenantId

property TenantId: string

A unique identifier for the tenant.

This is a system-generated unique identifier that distinguishes this tenant from all other tenants in your SES account. The tenant ID is immutable and remains constant throughout the tenant's lifecycle. Use this ID for programmatic operations that require a stable, machine-readable tenant identifier.

TenantName

property TenantName: string

The name of the tenant.

This is the unique identifier name used to reference the tenant within your SES account. Tenant names provide a human-readable way to identify and organize different email sending contexts. Use this name when performing tenant-specific operations or when configuring email sending with tenant isolation.