Module Values.VpcEndpointSource

An OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.

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

    The unique identifier of the endpoint.

    *)
  2. vpcId : String_.t option;
    (*

    The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.

    *)
  3. vpcOptions : VpcOptions.t option;
    (*

    Information about the VPC, including associated subnets and security groups.

    *)
}
Sourceval make : ?vpcEndpointId:??? -> ?vpcId:??? -> ?vpcOptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.t ] list | `Structure of (string * [> `Boolean of Boolean.t | `String of CidrBlock.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