Module Values_1.TransitGatewayMulticastDomainOptionsSource

Describes the options for a transit gateway multicast domain.

Sourcetype nonrec t = {
  1. igmpv2Support : Values_0.Igmpv2SupportValue.t option;
    (*

    Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.

    *)
  2. staticSourcesSupport : Values_0.StaticSourcesSupportValue.t option;
    (*

    Indicates whether support for statically configuring transit gateway multicast group sources is turned on.

    *)
  3. autoAcceptSharedAssociations : Values_0.AutoAcceptSharedAssociationsValue.t option;
    (*

    Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.

    *)
}
Sourceval make : ?igmpv2Support:??? -> ?staticSourcesSupport:??? -> ?autoAcceptSharedAssociations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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