ISESV2CreateTenantResponse
Interface in AWS.SESV2
Interface for CreateTenant responses.
Ancestors
Properties
CreatedTimestamp
property CreatedTimestamp: TDateTime
The timestamp when the tenant was created.
Provides the exact date and time when the tenant was successfully created in the AWS SES service, useful for auditing and tracking purposes.
SendingStatus
property SendingStatus: string
The current sending status of the tenant.
Indicates the operational state of the tenant. Valid values include ENABLED for active tenants that can send email, DISABLED for tenants that have been paused due to reputation issues or manual action, and REINSTATED for tenants that have been restored after being disabled. By default, newly created tenants are assigned the Standard reputation policy and are enabled for sending once properly configured with identities and configuration sets.
Tags
property Tags: IAWSTags
The tags assigned to the tenant.
Returns the key-value pairs that were assigned to the tenant during creation or through subsequent tagging operations. These tags help organize and manage tenants across different purposes, owners, or environments. Tags are useful for cost allocation, access control, and resource organization within your AWS account.
TenantArn
property TenantArn: TARN
The Amazon Resource Name of the created tenant.
The tenant ARN uniquely identifies the tenant across all AWS services and follows the format arn:aws:ses:region:account-id:tenant/tenantName/tenantId. This ARN is used in IAM policies for access control, EventBridge events for monitoring, and when pausing or resuming tenant sending status.
TenantId
property TenantId: string
The unique identifier for the newly created tenant.
The tenant ID is a system-generated unique identifier used internally by AWS to reference the tenant in API operations and monitoring metrics. This ID is used in conjunction with the tenant name when constructing the tenant's full ARN for IAM policies and resource associations.
TenantName
property TenantName: string
The name of the created tenant as specified in the request.
The tenant name serves as a human-readable identifier for the tenant and is used in most API operations when referencing the tenant. This name must be unique within your AWS account and region and is used for tenant identification in CloudWatch metrics and EventBridge events.