paws.security.identity (version 0.1.0)

directoryservice_create_directory: Creates a Simple AD directory

Description

Creates a Simple AD directory.

Usage

directoryservice_create_directory(Name, ShortName, Password,
  Description, Size, VpcSettings, Tags)

Arguments

Name

[required] The fully qualified name for the directory, such as corp.example.com.

ShortName

The short name of the directory, such as CORP.

Password

[required] The password for the directory administrator. The directory creation process creates a directory administrator account with the user name Administrator and this password.

Description

A textual description for the directory.

Size

[required] The size of the directory.

VpcSettings

A DirectoryVpcSettings object that contains additional information for the operation.

Tags

The tags to be assigned to the Simple AD directory.

Request syntax

svc$create_directory(
  Name = "string",
  ShortName = "string",
  Password = "string",
  Description = "string",
  Size = "Small"|"Large",
  VpcSettings = list(
    VpcId = "string",
    SubnetIds = list(
      "string"
    )
  ),
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Details

Before you call CreateDirectory, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateDirectory operation, see AWS Directory Service API Permissions: Actions, Resources, and Conditions Reference.