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-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsElasticsearchDomainVPCOptions {
AvailabilityZones?: string[] | null;
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
VPCId?: string | null;
}

§Properties

§
AvailabilityZones?: string[] | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
SubnetIds?: string[] | null
[src]
§
VPCId?: string | null
[src]