DirectoryConnectSettingsDescription
Contains information about an AD Connector directory.
Contents
- AvailabilityZones
-
A list of the Availability Zones that the directory is in.
Type: Array of strings
Required: No
- ConnectIps
-
The IP addresses of the AD Connector servers.
Type: Array of strings
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
- CustomerUserName
-
The user name of the service account in your self-managed directory.
Type: String
Length Constraints: Minimum length of 1.
Pattern:
[a-zA-Z0-9._-]+
Required: No
- SecurityGroupId
-
The security group identifier for the AD Connector directory.
Type: String
Pattern:
^(sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$
Required: No
- SubnetIds
-
A list of subnet identifiers in the VPC that the AD Connector is in.
Type: Array of strings
Pattern:
^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$
Required: No
- VpcId
-
The identifier of the VPC that the AD Connector is in.
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: