Values_2.TransitGatewayMulticastDomainSourceDescribes the transit gateway multicast domain.
type nonrec t = {transitGatewayMulticastDomainId : Values_0.String_.t option;The ID of the transit gateway multicast domain.
*)transitGatewayId : Values_0.String_.t option;The ID of the transit gateway.
*)transitGatewayMulticastDomainArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the transit gateway multicast domain.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
*)options : Values_1.TransitGatewayMulticastDomainOptions.t option;The options for the transit gateway multicast domain.
*)state : Values_1.TransitGatewayMulticastDomainState.t option;The state of the transit gateway multicast domain.
*)creationTime : Values_0.DateTime.t option;The time the transit gateway multicast domain was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]