Values_1.SubnetAssociationSourceDescribes the subnet association with the transit gateway multicast domain.
type nonrec t = {subnetId : Values_0.String_.t option;The ID of the subnet.
*)state : Values_0.TransitGatewayMulitcastDomainAssociationState.t option;The state of the subnet association.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]