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

DirectoryConnectSettingsDescription

import type { DirectoryConnectSettingsDescription } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
interface DirectoryConnectSettingsDescription {
AvailabilityZones?: string[] | null;
ConnectIps?: string[] | null;
CustomerUserName?: string | null;
SecurityGroupId?: string | null;
SubnetIds?: string[] | null;
VpcId?: string | null;
}

§Properties

§
AvailabilityZones?: string[] | null
[src]
§
ConnectIps?: string[] | null
[src]
§
CustomerUserName?: string | null
[src]
§
SecurityGroupId?: string | null
[src]
§
SubnetIds?: string[] | null
[src]
§
VpcId?: string | null
[src]