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/opensearchserverless.ts?docs=full";
interface CreateVpcEndpointRequest {
clientToken?: string | null;
name: string;
securityGroupIds?: string[] | null;
subnetIds: string[];
vpcId: string;
}

§Properties

§
clientToken?: string | null
[src]

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

§
name: string
[src]

The name of the interface endpoint.

§
securityGroupIds?: string[] | null
[src]

The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

§
subnetIds: string[]
[src]

The ID of one or more subnets from which you'll access OpenSearch Serverless.

§
vpcId: string
[src]

The ID of the VPC from which you'll access OpenSearch Serverless.