Values.AssessmentConfigurationSourceContains configuration parameters required to perform a directory assessment.
type nonrec t = {customerDnsIps : CustomerDnsIps.t;A list of IP addresses for the DNS servers or domain controllers in your self-managed AD that are tested during the assessment.
*)dnsName : DirectoryName.t;The fully qualified domain name (FQDN) of the self-managed AD domain to assess.
*)vpcSettings : DirectoryVpcSettings.t;instanceIds : AssessmentInstanceIds.t;The identifiers of the self-managed instances with SSM that are used to perform connectivity and validation tests.
*)securityGroupIds : SecurityGroupIds.t option;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.
*)}val make :
?securityGroupIds:??? ->
customerDnsIps:CustomerDnsIps.t ->
dnsName:DirectoryName.t ->
vpcSettings:DirectoryVpcSettings.t ->
instanceIds:AssessmentInstanceIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IpAddr.t ] list
| `String of DirectoryName.t
| `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ])
list ]