Module Values_3.TransitGatewayMulticastDomainAssociationsSource

Describes the multicast domain associations.

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

    The ID of the transit gateway multicast domain.

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

    The ID of the transit gateway attachment.

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

    The ID of the resource.

    *)
  4. resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;
    (*

    The type of resource, for example a VPC attachment.

    *)
  5. resourceOwnerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the resource.

    *)
  6. subnets : Values_2.SubnetAssociationList.t option;
    (*

    The subnets associated with the multicast domain.

    *)
}
Sourceval make : ?transitGatewayMulticastDomainId:??? -> ?transitGatewayAttachmentId:??? -> ?resourceId:??? -> ?resourceType:??? -> ?resourceOwnerId:??? -> ?subnets:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ] list | `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