AWS::DirectoryService::MicrosoftADResource Type definition for AWS::DirectoryService::MicrosoftAD
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Password | string | RequiredCreate-only |
VpcSettings | VpcSettings | RequiredCreate-only |
CreateAlias | boolean | Create-only |
Edition | string | Create-only |
EnableSso | boolean | |
ShortName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Alias | string | - |
DnsIpAddresses | Array<string> | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DirectoryService::MicrosoftAD
Resources:
MyResource:
Type: AWS::DirectoryService::MicrosoftAD
Properties:
VpcSettings: "value"
Name: "my-name"
Password: "value"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
VpcSettingsEditionNamePasswordShortNameCreateAlias