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

DirectoryVpcSettings

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

Contains VPC information for the "CreateDirectory" or "CreateMicrosoftAD" operation.

interface DirectoryVpcSettings {
SubnetIds: string[];
VpcId: string;
}

§Properties

§
SubnetIds: string[]
[src]

The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.

§
VpcId: string
[src]

The identifier of the VPC in which to create the directory.