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.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Contains information about an AD Connector directory.

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]

A list of the Availability Zones that the directory is in.

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

The IP addresses of the AD Connector servers.

§
CustomerUserName?: string | null
[src]

The user name of the service account in your self-managed directory.

§
SecurityGroupId?: string | null
[src]

The security group identifier for the AD Connector directory.

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

A list of subnet identifiers in the VPC that the AD Connector is in.

§
VpcId?: string | null
[src]

The identifier of the VPC that the AD Connector is in.