Module Values_2.VpnConnectionSource

Describes a VPN connection.

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

    The category of the VPN connection. A value of VPN indicates an Amazon Web Services VPN connection. A value of VPN-Classic indicates an Amazon Web Services Classic VPN connection.

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

    The ID of the transit gateway associated with the VPN connection.

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

    The ID of the VPN concentrator associated with the VPN connection.

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

    The ARN of the core network.

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

    The ARN of the core network attachment.

    *)
  6. gatewayAssociationState : Values_1.GatewayAssociationState.t option;
    (*

    The current state of the gateway association.

    *)
  7. options : Values_1.VpnConnectionOptions.t option;
    (*

    The VPN connection options.

    *)
  8. routes : Values_1.VpnStaticRouteList.t option;
    (*

    The static routes associated with the VPN connection.

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

    Any tags assigned to the VPN connection.

    *)
  10. vgwTelemetry : Values_1.VgwTelemetryList.t option;
    (*

    Information about the VPN tunnel.

    *)
  11. preSharedKeyArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the Secrets Manager secret storing the pre-shared key(s) for the VPN connection.

    *)
  12. vpnConnectionId : Values_0.String_.t option;
    (*

    The ID of the VPN connection.

    *)
  13. state : Values_0.VpnState.t option;
    (*

    The current state of the VPN connection.

    *)
  14. customerGatewayConfiguration : Values_1.CustomerGatewayConfiguration.t option;
    (*

    The configuration information for the VPN connection's customer gateway (in the native XML format). This element is always present in the CreateVpnConnection response; however, it's present in the DescribeVpnConnections response only if the VPN connection is in the pending or available state.

    *)
  15. type_ : Values_1.GatewayType.t option;
    (*

    The type of VPN connection.

    *)
  16. customerGatewayId : Values_0.String_.t option;
    (*

    The ID of the customer gateway at your end of the VPN connection.

    *)
  17. vpnGatewayId : Values_0.String_.t option;
    (*

    The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

    *)
}
Sourceval make : ?category:??? -> ?transitGatewayId:??? -> ?vpnConcentratorId:??? -> ?coreNetworkArn:??? -> ?coreNetworkAttachmentArn:??? -> ?gatewayAssociationState:??? -> ?options:??? -> ?routes:??? -> ?tags:??? -> ?vgwTelemetry:??? -> ?preSharedKeyArn:??? -> ?vpnConnectionId:??? -> ?state:??? -> ?customerGatewayConfiguration:??? -> ?type_:??? -> ?customerGatewayId:??? -> ?vpnGatewayId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Timestamp of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `String of string ]) list ]) list ]) list ] list | `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