Module Values_2.TransitGatewayMulticastDomainSource

Describes the transit gateway multicast domain.

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

    The ID of the transit gateway multicast domain.

    *)
  2. transitGatewayId : Values_0.String_.t option;
    (*

    The ID of the transit gateway.

    *)
  3. transitGatewayMulticastDomainArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the transit gateway multicast domain.

    *)
  4. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the transit gateway multicast domain.

    *)
  5. options : Values_1.TransitGatewayMulticastDomainOptions.t option;
    (*

    The options for the transit gateway multicast domain.

    *)
  6. state : Values_1.TransitGatewayMulticastDomainState.t option;
    (*

    The state of the transit gateway multicast domain.

    *)
  7. creationTime : Values_0.DateTime.t option;
    (*

    The time the transit gateway multicast domain was created.

    *)
  8. tags : Values_0.TagList.t option;
    (*

    The tags for the transit gateway multicast domain.

    *)
}
Sourceval make : ?transitGatewayMulticastDomainId:??? -> ?transitGatewayId:??? -> ?transitGatewayMulticastDomainArn:??? -> ?ownerId:??? -> ?options:??? -> ?state:??? -> ?creationTime:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
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