Skip to main content

ISESV2CreateTenantResourceAssociationRequest

Interface in AWS.SESV2

Interface for CreateTenantResourceAssociation requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

<summary> The Amazon Resource Name (ARN) of the SES resource to associate with the tenant. </summary> <remarks> <para> The resource specified by this ARN must be an existing Amazon SES resource in the same AWS region as the tenant. Supported resource types include: </para>

  • Email identities - <c>arn:aws:ses:region:account:identity/domain.com</c>
  • Configuration sets - <c>arn:aws:ses:region:account:configuration-set/SetName</c>
  • Email templates - <c>arn:aws:ses:region:account:template/TemplateName</c> <para> A single resource can be associated with multiple tenants, enabling resource sharing while maintaining tenant isolation for email sending operations. </para> <para> This property is required for the association operation. </para> </remarks>

TenantName

property TenantName: string

The name of the tenant to associate the resource with.

The tenant must already exist in the current AWS region. Tenant names are case-sensitive and must be unique within your AWS account and region.