Module Values.CreateVirtualGatewayOutputSource

Creates a virtual gateway. A virtual gateway allows resources outside your mesh to communicate to resources that are inside your mesh. The virtual gateway represents an Envoy proxy running in an Amazon ECS task, in a Kubernetes service, or on an Amazon EC2 instance. Unlike a virtual node, which represents an Envoy running with an application, a virtual gateway represents Envoy deployed by itself. For more information about virtual gateways, see Virtual gateways.

Sourcetype nonrec t = {
  1. virtualGateway : VirtualGatewayData.t option;
    (*

    The full description of your virtual gateway following the create call.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequestException of BadRequestException.t
  2. | `ConflictException of ConflictException.t
  3. | `ForbiddenException of ForbiddenException.t
  4. | `InternalServerErrorException of InternalServerErrorException.t
  5. | `LimitExceededException of LimitExceededException.t
  6. | `NotFoundException of NotFoundException.t
  7. | `ServiceUnavailableException of ServiceUnavailableException.t
  8. | `TooManyRequestsException of TooManyRequestsException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?virtualGateway:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `LimitExceededException of LimitExceededException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequestException of BadRequestException.t | `ConflictException of ConflictException.t | `ForbiddenException of ForbiddenException.t | `InternalServerErrorException of InternalServerErrorException.t | `LimitExceededException of LimitExceededException.t | `NotFoundException of NotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * VirtualGatewayData.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ResourceName.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of VirtualGatewayHealthCheckThreshold.t | `Long of VirtualGatewayHealthCheckIntervalMillis.t | `String of String_.t | `Structure of (string * [> `Integer of MaxRequests.t | `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ] list | `Long of Long.t | `String of Arn.t | `Structure of (string * [> `Structure of (string * [> `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 | `Timestamp of Timestamp.t ]) 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