Module Values_2.TransitGatewayMulticastDomainAssociationSource

Describes the resources associated with the transit gateway multicast domain.

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

    The ID of the transit gateway attachment.

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

    The ID of the resource.

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

    The type of resource, for example a VPC attachment.

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

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

    *)
  5. subnet : Values_1.SubnetAssociation.t option;
    (*

    The subnet associated with the transit gateway multicast domain.

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