DomainController
Contains information about the domain controllers for a specified directory.
Contents
- AvailabilityZone
-
The Availability Zone where the domain controller is located.
Type: String
Required: No
- DirectoryId
-
Identifier of the directory where the domain controller resides.
Type: String
Pattern:
^d-[0-9a-f]{10}$
Required: No
- DnsIpAddr
-
The IP address of the domain controller.
Type: String
Pattern:
^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
Required: No
- DomainControllerId
-
Identifies a specific domain controller in the directory.
Type: String
Pattern:
^dc-[0-9a-f]{10}$
Required: No
- LaunchTime
-
Specifies when the domain controller was created.
Type: Timestamp
Required: No
- Status
-
The status of the domain controller.
Type: String
Valid Values:
Creating | Active | Impaired | Restoring | Deleting | Deleted | Failed | Updating
Required: No
- StatusLastUpdatedDateTime
-
The date and time that the status was last updated.
Type: Timestamp
Required: No
- StatusReason
-
A description of the domain controller state.
Type: String
Required: No
- SubnetId
-
Identifier of the subnet in the VPC that contains the domain controller.
Type: String
Pattern:
^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$
Required: No
- VpcId
-
The identifier of the VPC that contains the domain controller.
Type: String
Pattern:
^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: