Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateVpcEndpointRequest

import type { CreateVpcEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/es.ts?docs=full";

Container for the parameters to the "CreateVpcEndpointRequest" operation.

interface CreateVpcEndpointRequest {
ClientToken?: string | null;
DomainArn: string;
VpcOptions: VPCOptions;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier to ensure idempotency of the request.

§
DomainArn: string
[src]

The Amazon Resource Name (ARN) of the domain to grant access to.

§
VpcOptions: VPCOptions
[src]

Options to specify the subnets and security groups for the endpoint.