Module Values_2.LocalGatewayVirtualInterfaceGroupSource

Describes a local gateway virtual interface group.

Sourcetype nonrec t = {
  1. localGatewayVirtualInterfaceGroupId : Values_1.LocalGatewayVirtualInterfaceGroupId.t option;
    (*

    The ID of the virtual interface group.

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

    The IDs of the virtual interfaces.

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

    The ID of the local gateway.

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

    The ID of the Amazon Web Services account that owns the local gateway virtual interface group.

    *)
  5. localBgpAsn : Values_0.Integer.t option;
    (*

    The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).

    *)
  6. localBgpAsnExtended : Values_0.Long.t option;
    (*

    The extended 32-bit ASN for the local BGP configuration.

    *)
  7. localGatewayVirtualInterfaceGroupArn : Values_0.ResourceArn.t option;
    (*

    The Amazon Resource Number (ARN) of the local gateway virtual interface group.

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

    The tags assigned to the virtual interface group.

    *)
  9. configurationState : Values_1.LocalGatewayVirtualInterfaceGroupConfigurationState.t option;
    (*

    The current state of the local gateway virtual interface group.

    *)
}
Sourceval make : ?localGatewayVirtualInterfaceGroupId:??? -> ?localGatewayVirtualInterfaceIds:??? -> ?localGatewayId:??? -> ?ownerId:??? -> ?localBgpAsn:??? -> ?localBgpAsnExtended:??? -> ?localGatewayVirtualInterfaceGroupArn:??? -> ?tags:??? -> ?configurationState:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t | `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list | `Long of Values_0.Long.t | `String of Values_1.LocalGatewayVirtualInterfaceGroupId.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