Module Values_2.OutpostLagSource

Describes an Outpost link aggregation group (LAG).

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

    The Amazon Resource Number (ARN) of the Outpost LAG.

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

    The ID of the Outpost LAG owner.

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

    The current state of the Outpost LAG.

    *)
  4. outpostLagId : Values_1.OutpostLagId.t option;
    (*

    The ID of the Outpost LAG.

    *)
  5. localGatewayVirtualInterfaceIds : Values_1.LocalGatewayVirtualInterfaceIdSet.t option;
    (*

    The IDs of the local gateway virtual interfaces associated with the Outpost LAG.

    *)
  6. serviceLinkVirtualInterfaceIds : Values_1.ServiceLinkVirtualInterfaceIdSet.t option;
    (*

    The service link virtual interface IDs associated with the Outpost LAG.

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

    The tags associated with the Outpost LAG.

    *)
}
Sourceval make : ?outpostArn:??? -> ?ownerId:??? -> ?state:??? -> ?outpostLagId:??? -> ?localGatewayVirtualInterfaceIds:??? -> ?serviceLinkVirtualInterfaceIds:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `String of string ]) 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