Module Values_1.TransitGatewayConnectPeerConfigurationSource

Describes the Connect peer details.

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

    The Connect peer IP address on the transit gateway side of the tunnel.

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

    The Connect peer IP address on the appliance side of the tunnel.

    *)
  3. insideCidrBlocks : Values_0.InsideCidrBlocksStringList.t option;
    (*

    The range of interior BGP peer IP addresses.

    *)
  4. protocol : Values_0.ProtocolValue.t option;
    (*

    The tunnel protocol.

    *)
  5. bgpConfigurations : Values_0.TransitGatewayAttachmentBgpConfigurationList.t option;
    (*

    The BGP configuration details.

    *)
}
Sourceval make : ?transitGatewayAddress:??? -> ?peerAddress:??? -> ?insideCidrBlocks:??? -> ?protocol:??? -> ?bgpConfigurations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Long of Awso.Import.Int64.t | `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