ISESV2DeleteTenantResourceAssociationRequest
Interface in AWS.SESV2
Interface for DeleteTenantResourceAssociation requests.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
The Amazon Resource Name (ARN) of the resource to remove from the tenant association. ) The resource ARN uniquely identifies an SES resource such as an email identity, configuration set, dedicated IP pool, or email template that is currently associated with the specified tenant. Example resource ARNs include identities (arn:aws:ses:region:account:identity/example.com), configuration sets (arn:aws:ses:region:account:configuration-set/MyConfigSet), and dedicated IP pools (arn:aws:sesv2:region:account:dedicated-ip-pool/MyPool). The resource ARN must be at least 1 character in length, the resource must exist, and the association between the tenant and resource must be present for the deletion operation to succeed.
TenantName
property TenantName: string
The name of the tenant to remove the resource association from.
Tenants provide multi-tenant organization capabilities within your SES account, allowing you to isolate and manage resources for different clients, departments, or organizational units. When the association is removed, the tenant will no longer have access to use the specified resource for email sending operations, but the resource itself remains available in your account. The tenant name must be at least 1 character in length and the tenant must exist in your SES account for the operation to succeed.