Module Values_1.SubnetAssociationSource

Describes the subnet association with the transit gateway multicast domain.

Sourcetype nonrec t = {
  1. subnetId : Values_0.String_.t option;
    (*

    The ID of the subnet.

    *)
  2. state : Values_0.TransitGatewayMulitcastDomainAssociationState.t option;
    (*

    The state of the subnet association.

    *)
}
Sourceval make : ?subnetId:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t