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

VPCOptions

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

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

interface VPCOptions {
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
}

§Properties

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

Specifies the security groups for VPC endpoint.

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

Specifies the subnets for VPC endpoint.