AWS::DirectoryService::SimpleADThe `AWS::DirectoryService::SimpleAD` resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials. Simple AD is a Microsoft Active Directory–compatible directory. For more information, see [Simple Active Directory](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html) in the *Directory Service Admin Guide* .
import { CfnSimpleAD } from 'aws-cdk-lib/aws-directoryservice';Or use the module namespace:
import * as directoryservice from 'aws-cdk-lib/aws-directoryservice';
// directoryservice.CfnSimpleADConfiguration passed to the constructor as CfnSimpleADProps.
nameRequiredstringThe fully qualified name for the directory, such as `corp.example.com` .
sizeRequiredstringThe size of the directory. For valid values, see [CreateDirectory](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_CreateDirectory.html) in the *Directory Service API Reference* .
vpcSettingsRequiredIResolvable | VpcSettingsPropertyA [DirectoryVpcSettings](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_DirectoryVpcSettings.html) object that contains additional information for the operation.
createAliasOptionalboolean | IResolvableIf set to `true` , specifies an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as `http://<alias>.awsapps.com` . By default, this property is set to `false` . > After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.
descriptionOptionalstringA description for the directory.
enableSsoOptionalboolean | IResolvableWhether to enable single sign-on for a directory. If you don't specify a value, CloudFormation disables single sign-on by default.
passwordOptionalstringThe password for the directory administrator. The directory creation process creates a directory administrator account with the user name `Administrator` and this password. If you need to change the password for the administrator account, see the [ResetUserPassword](https://docs.aws.amazon.com/directoryservice/latest/devguide/API_ResetUserPassword.html) API call in the *Directory Service API Reference* .
shortNameOptionalstringThe NetBIOS name of the directory, such as `CORP` .
tagsOptionalCfnTag[]This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-directoryserviceAWS::DirectoryService::SimpleAD