Module Values.CreateVirtualGatewayInputSource

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. clientToken : String_.t option;
    (*

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

    *)
  2. meshName : ResourceName.t;
    (*

    The name of the service mesh to create the virtual gateway in.

    *)
  3. meshOwner : AccountId.t option;
    (*

    The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.

    *)
  4. spec : VirtualGatewaySpec.t;
    (*

    The virtual gateway specification to apply.

    *)
  5. tags : TagList.t option;
    (*

    Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

    *)
  6. virtualGatewayName : ResourceName.t;
    (*

    The name to use for the virtual gateway.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?meshOwner:??? -> ?tags:??? -> meshName:ResourceName.t -> spec:VirtualGatewaySpec.t -> virtualGatewayName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of String_.t | `Structure 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 | `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 ]) 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