Values.CreateTenantResourceAssociationRequestSourceRepresents a request to 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.
type nonrec t = {tenantName : TenantName.t;The name of the tenant to associate the resource with.
*)resourceArn : AmazonResourceName.t;The Amazon Resource Name (ARN) of the resource to associate with the tenant.
*)}