Values_1.TransitGatewayMulticastGroupSourceDescribes the transit gateway multicast group resources.
type nonrec t = {groupIpAddress : Values_0.String_.t option;The IP address assigned to the transit gateway multicast group.
*)transitGatewayAttachmentId : Values_0.String_.t option;The ID of the transit gateway attachment.
*)subnetId : Values_0.String_.t option;The ID of the subnet.
*)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 group resource.
*)networkInterfaceId : Values_0.String_.t option;The ID of the transit gateway attachment.
*)groupMember : Values_0.Boolean.t option;Indicates that the resource is a transit gateway multicast group member.
*)groupSource : Values_0.Boolean.t option;Indicates that the resource is a transit gateway multicast group member.
*)memberType : MembershipType.t option;The member type (for example, static).
*)sourceType : MembershipType.t option;The source type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.String_.t ])
list ]