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

DirectoryVpcSettingsDescription

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

Contains information about the directory.

interface DirectoryVpcSettingsDescription {
AvailabilityZones?: string[] | null;
SecurityGroupId?: string | null;
SubnetIds?: string[] | null;
VpcId?: string | null;
}

§Properties

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

The list of Availability Zones that the directory is in.

§
SecurityGroupId?: string | null
[src]

The domain controller security group identifier for the directory.

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

The identifiers of the subnets for the directory servers.

§
VpcId?: string | null
[src]

The identifier of the VPC that the directory is in.