Options
All
  • Public
  • Public/Protected
  • All
Menu

Managed Active directory configuration.

example
managedActiveDirectories:
- name: AcceleratorManagedActiveDirectory
type: AWS Managed Microsoft AD
account: Network
region: us-east-1
dnsName: example.com
netBiosDomainName: example
description: Example managed active directory
edition: Enterprise
secretConfig:
account: Audit
region: us-east-1
adminSecretName: admin
resolverRuleName: example-com-rule
vpcSettings:
vpcName: MyVpc
subnets:
- subnet1
- subnet2
logs:
logGroupName: /aws/directoryservice/AcceleratorManagedActiveDirectory
retentionInDays: 30

Hierarchy

  • ManagedActiveDirectoryConfig

Implements

Index

Constructors

Properties

account: "" = ''

Active directory deploy target account

activeDirectoryConfigurationInstance: undefined | ActiveDirectoryConfigurationInstanceConfig = undefined

Active directory instance to configure active directory

description: undefined | string = undefined

Descriptive text that appears on the details page after the directory has been created.

dnsName: "" = ''

A fully qualified domain name. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

edition: "Standard" = 'Standard'

Active directory edition, example AWS Managed Microsoft AD is available in two editions: Standard and Enterprise

logs: undefined | ManagedActiveDirectoryLogConfig = undefined
name: "" = ''

Friendly name for the active directory

netBiosDomainName: "" = ''

A short identifier for your Net BIOS domain name.

region: "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2" | "us-iso-west-1" | "us-iso-east-1" | "us-isob-east-1" = 'us-east-1'

Active directory deploy target region

resolverRuleName: "" = ''

Active directory route 53 resolver rule name

secretConfig: undefined | ManagedActiveDirectorySecretConfig = undefined

Active directory admin user secret configuration.

sharedAccounts: undefined | string[] = undefined

Active directory shared account name list.

sharedOrganizationalUnits: undefined | ManagedActiveDirectorySharedOuConfig = undefined

Active directory shared ou configuration.

IamConfig / ManagedActiveDirectoryVpcSettingsConfig Specifies the VPC settings of the Microsoft AD directory server in AWS

example
vpcSettings:
vpcName: MyVpc
subnets:
- subnet1
- subnet2

Generated using TypeDoc