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

CreateVpcEndpointResult

import type { CreateVpcEndpointResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the output of CreateVpcEndpoint.

interface CreateVpcEndpointResult {
ClientToken?: string | null;
VpcEndpoint?: VpcEndpoint | null;
}

§Properties

§
ClientToken?: string | null
[src]

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

§
VpcEndpoint?: VpcEndpoint | null
[src]

Information about the endpoint.