Module Values.AssessmentConfigurationSource

Contains configuration parameters required to perform a directory assessment.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. dnsName : DirectoryName.t;
    (*

    The fully qualified domain name (FQDN) of the self-managed AD domain to assess.

    *)
  3. vpcSettings : DirectoryVpcSettings.t;
  4. instanceIds : AssessmentInstanceIds.t;
    (*

    The identifiers of the self-managed instances with SSM that are used to perform connectivity and validation tests.

    *)
  5. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?securityGroupIds:??? -> customerDnsIps:CustomerDnsIps.t -> dnsName:DirectoryName.t -> vpcSettings:DirectoryVpcSettings.t -> instanceIds:AssessmentInstanceIds.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t