AWS::DirectoryService::SimpleADResource Type definition for AWS::DirectoryService::SimpleAD
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Size | string | RequiredCreate-only |
VpcSettings | VpcSettings | RequiredCreate-only |
CreateAlias | boolean | Create-only |
Description | string | Create-only |
EnableSso | boolean | |
Password | string | Create-onlyWrite-only |
ShortName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Alias | string | The alias for a directory. |
DirectoryId | string | The unique identifier for a directory. |
DnsIpAddresses | Array<string> | The IP addresses of the DNS servers for the directory, such as [ "172.31.3.154", "172.31.63.203" ]. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DirectoryService::SimpleAD
Resources:
MyResource:
Type: AWS::DirectoryService::SimpleAD
Properties:
VpcSettings: "value"
Size: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ds:CreateDirectoryds:CreateAliasds:EnableSsods:DescribeDirectoriesds:AddTagsToResourceds:ListTagsForResourceec2:DescribeSubnetsec2:DescribeVpcsds:DescribeDirectoriesds:ListTagsForResourceds:EnableSsods:DisableSsods:DescribeDirectoriesds:AddTagsToResourceds:RemoveTagsFromResourceds:ListTagsForResourceec2:CreateTagsec2:DeleteTagsds:DeleteDirectoryds:DescribeDirectoriesec2:DescribeNetworkInterfacesec2:DeleteSecurityGroupec2:DeleteNetworkInterfaceec2:RevokeSecurityGroupIngressec2:RevokeSecurityGroupEgressec2:DeleteTagsds:DescribeDirectoriesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDirectoryIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SizeVpcSettingsNamePasswordShortNameDescriptionCreateAlias