Module Values_5.GetVpnConnectionDeviceSampleConfigurationRequestSource

Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.

Sourcetype nonrec t = {
  1. vpnConnectionId : Values_2.VpnConnectionId.t;
    (*

    The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration.

    *)
  2. vpnConnectionDeviceTypeId : Values_3.VpnConnectionDeviceTypeId.t;
    (*

    Device identifier provided by the GetVpnConnectionDeviceTypes API.

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

    The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions: ikev1 or ikev2.

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

    The type of sample configuration to generate. Valid values are "compatibility" (includes IKEv1) or "recommended" (throws UnsupportedOperationException for IKEv1).

    *)
  5. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
}
Sourceval context_ : string
Sourceval make : ?internetKeyExchangeVersion:??? -> ?sampleType:??? -> ?dryRun:??? -> vpnConnectionId:Values_2.VpnConnectionId.t -> vpnConnectionDeviceTypeId:Values_3.VpnConnectionDeviceTypeId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_2.VpnConnectionId.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