TSESV2CreateTenantResourceAssociationRequest
Class in AWS.SESV2
CreateTenantResourceAssociation request class.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
TenantName
property TenantName: string
Constructors
Create
constructor Create(const ATenantName: string; const AResourceArn: TARN);
Constructor for TSESV2CreateTenantResourceAssociationRequest.
Parameters
| Name | Description |
|---|---|
ATenantName | Specify the name of the tenant to associate the resource with. |
AResourceArn | Specify the Amazon Resource Name (ARN) of the SES resource to associate with the tenant. |