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/opensearch.ts?docs=full";

Options to specify the subnets and security groups for the VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.

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

§Properties

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

The security groups for the VPC endpoint.

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

The subnets for the VPC endpoint.