CreateMicrosoftAdRequest

Creates an Managed Microsoft AD directory.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description for the directory. This label will appear on the Amazon Web Services console Directory Details page after the directory is created.

Link copied to clipboard

Managed Microsoft AD is available in two editions: Standard and Enterprise. Enterprise is the default.

Link copied to clipboard
val name: String?

The fully qualified domain name for the Managed Microsoft AD directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

Link copied to clipboard

The password for the default administrative user named Admin.

Link copied to clipboard

The NetBIOS name for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

Link copied to clipboard
val tags: List<Tag>?

The tags to be assigned to the Managed Microsoft AD directory.

Link copied to clipboard

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String