Module Values_4.CreateTransitGatewayMulticastDomainRequestOptionsSource

The options for the transit gateway multicast domain.

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

    Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

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

    Specify whether to enable support for statically configuring multicast group sources for a domain.

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

    Indicates whether to automatically accept 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