Create Tenant Resource Association
| sesv2_create_tenant_resource_association | R Documentation |
Associate a resource with a tenant¶
Description¶
Associate a resource with a tenant.
Resources can be email identities, configuration sets, or email templates. When you associate a resource with a tenant, you can use that resource when sending emails on behalf of that tenant.
A single resource can be associated with multiple tenants, allowing for resource sharing across different tenants while maintaining isolation in email sending operations.
Usage¶
sesv2_create_tenant_resource_association(TenantName, ResourceArn)
Arguments¶
TenantName |
[required] The name of the tenant to associate the resource with. |
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource to associate with the tenant. |
Value¶
An empty list.
Request syntax¶
svc$create_tenant_resource_association(
TenantName = "string",
ResourceArn = "string"
)