Values_2.TransitGatewayMulticastDomainAssociationSourceDescribes the resources associated with the transit gateway multicast domain.
type nonrec t = {transitGatewayAttachmentId : Values_0.String_.t option;The ID of the transit gateway attachment.
*)resourceId : Values_0.String_.t option;The ID of the resource.
*)resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;The type of resource, for example a VPC attachment.
*)resourceOwnerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
*)subnet : Values_1.SubnetAssociation.t option;The subnet associated with the transit gateway multicast domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]