Module Values.VirtualNodeSpecSource

An object that represents the specification of a virtual node.

Sourcetype nonrec t = {
  1. backendDefaults : BackendDefaults.t option;
    (*

    A reference to an object that represents the defaults for backends.

    *)
  2. backends : Backends.t option;
    (*

    The backends that the virtual node is expected to send outbound traffic to.

    *)
  3. listeners : Listeners.t option;
    (*

    The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.

    *)
  4. logging : Logging.t option;
    (*

    The inbound and outbound access logging information for the virtual node.

    *)
  5. serviceDiscovery : ServiceDiscovery.t option;
    (*

    The service discovery information for the virtual node. If your virtual node does not expect ingress traffic, you can omit this parameter. If you specify a listener, then you must specify service discovery information.

    *)
}
Sourceval make : ?backendDefaults:??? -> ?backends:??? -> ?listeners:??? -> ?logging:??? -> ?serviceDiscovery:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of HealthCheckThreshold.t | `Long of HealthCheckIntervalMillis.t | `String of ServiceName.t | `Structure of (string * [> `Enum of string | `Integer of MaxRequests.t | `Long of DurationValue.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Integer of PortNumber.t ] list | `Long of DurationValue.t | `String of Arn.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t | `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of AwsCloudMapInstanceAttributeKey.t ]) list ] list | `String of AwsCloudMapName.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Integer of PortNumber.t ] list | `String of FilePath.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of JsonKey.t ]) list ] list | `String of TextFormat.t | `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ]) 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