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

AwsElasticsearchDomainVPCOptions

import type { AwsElasticsearchDomainVPCOptions } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information that OpenSearch derives based on VPCOptions for the domain.

interface AwsElasticsearchDomainVPCOptions {
AvailabilityZones?: string[] | null;
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
VPCId?: string | null;
}

§Properties

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

The list of Availability Zones associated with the VPC subnets.

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

The list of security group IDs associated with the VPC endpoints for the domain.

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

A list of subnet IDs associated with the VPC endpoints for the domain.

§
VPCId?: string | null
[src]

ID for the VPC.