Skip to main content

ISESV2ListResourceTenantsRequest

Interface in AWS.SESV2

Interface for ListResourceTenants requests.

Ancestors

Properties

ResourceArn

property ResourceArn: TARN

The Amazon Resource Name (ARN) of the resource to list associated tenants for.

This ARN identifies the specific Amazon SES resource for which you want to retrieve tenant associations. Supported resource types include email identities, configuration sets, email templates, contact lists, and other SES resources that support multi-tenant usage. The ARN must follow the standard AWS ARN format: arn:aws:ses:region:account-id:resource-type/resource-name. Examples include arn:aws:ses:us-east-1:123456789012:identity/example.com for email identities or arn:aws:ses:us-east-1:123456789012:configuration-set/my-config-set for configuration sets. This property is required and must have a minimum length of 1 character. The specified resource must exist in your Amazon SES account, otherwise the operation will return a ESESV2NotFoundException.