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-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface CreateVpcEndpointRequest {
ClientToken?: string | null;
DryRun?: boolean | null;
PolicyDocument?: string | null;
PrivateDnsEnabled?: boolean | null;
RouteTableIds?: string[] | null;
SecurityGroupIds?: string[] | null;
ServiceName: string;
SubnetIds?: string[] | null;
TagSpecifications?: TagSpecification[] | null;
VpcEndpointType?: VpcEndpointType | null;
VpcId: string;
}

§Properties

§
ClientToken?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
PolicyDocument?: string | null
[src]
§
PrivateDnsEnabled?: boolean | null
[src]
§
RouteTableIds?: string[] | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
ServiceName: string
[src]
§
SubnetIds?: string[] | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]
§
VpcEndpointType?: VpcEndpointType | null
[src]
§
VpcId: string
[src]