AssessmentConfiguration
Contains configuration parameters required to perform a directory assessment.
Contents
- CustomerDnsIps
-
A list of IP addresses for the DNS servers or domain controllers in your self-managed AD that are tested during the assessment.
Type: Array of strings
Array Members: Fixed number of 2 items.
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: Yes
- DnsName
-
The fully qualified domain name (FQDN) of the self-managed AD domain to assess.
Type: String
Pattern:
^([a-zA-Z0-9]+[\\.-])+([a-zA-Z0-9])+$
Required: Yes
- InstanceIds
-
The identifiers of the self-managed instances with SSM that are used to perform connectivity and validation tests.
Type: Array of strings
Array Members: Fixed number of 2 items.
Pattern:
^(i-[0-9a-f]{8}|i-[0-9a-f]{17}|mi-[0-9a-f]{8}|mi-[0-9a-f]{17})$
Required: Yes
- VpcSettings
-
Contains VPC information for the CreateDirectory, CreateMicrosoftAD, or CreateHybridAD operation.
Type: DirectoryVpcSettings object
Required: Yes
- SecurityGroupIds
-
By default, the service attaches a security group to allow network access to the self-managed nodes in your Amazon VPC. You can optionally supply your own security group that allows network traffic to and from your self-managed domain controllers outside of your Amazon VPC.
Type: Array of strings
Array Members: Fixed number of 1 item.
Pattern:
^(sg-[0-9a-f]{8}|sg-[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: