Values.TenantResourceSourceA structure that contains information about a resource associated with a tenant.
type nonrec t = {resourceType : ResourceType.t option;The type of resource associated with the tenant. Valid values are EMAIL_IDENTITY, CONFIGURATION_SET, or EMAIL_TEMPLATE.
*)resourceArn : AmazonResourceName.t option;The Amazon Resource Name (ARN) of the resource associated with the tenant.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AmazonResourceName.t ]) list ]