Class: Aws::DirectoryService::Types::AssessmentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::AssessmentConfiguration
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Contains configuration parameters required to perform a directory assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_dns_ips ⇒ Array<String>
A list of IP addresses for the DNS servers or domain controllers in your self-managed AD that are tested during the assessment.
-
#dns_name ⇒ String
The fully qualified domain name (FQDN) of the self-managed AD domain to assess.
-
#instance_ids ⇒ Array<String>
The identifiers of the self-managed instances with SSM that are used to perform connectivity and validation tests.
-
#security_group_ids ⇒ Array<String>
By default, the service attaches a security group to allow network access to the self-managed nodes in your Amazon VPC.
-
#vpc_settings ⇒ Types::DirectoryVpcSettings
Contains VPC information for the CreateDirectory, CreateMicrosoftAD, or CreateHybridAD operation.
Instance Attribute Details
#customer_dns_ips ⇒ Array<String>
A list of IP addresses for the DNS servers or domain controllers in your self-managed AD that are tested during the assessment.
362 363 364 365 366 367 368 369 370 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 362 class AssessmentConfiguration < Struct.new( :customer_dns_ips, :dns_name, :vpc_settings, :instance_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#dns_name ⇒ String
The fully qualified domain name (FQDN) of the self-managed AD domain to assess.
362 363 364 365 366 367 368 369 370 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 362 class AssessmentConfiguration < Struct.new( :customer_dns_ips, :dns_name, :vpc_settings, :instance_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#instance_ids ⇒ Array<String>
The identifiers of the self-managed instances with SSM that are used to perform connectivity and validation tests.
362 363 364 365 366 367 368 369 370 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 362 class AssessmentConfiguration < Struct.new( :customer_dns_ips, :dns_name, :vpc_settings, :instance_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
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.
362 363 364 365 366 367 368 369 370 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 362 class AssessmentConfiguration < Struct.new( :customer_dns_ips, :dns_name, :vpc_settings, :instance_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Contains VPC information for the CreateDirectory, CreateMicrosoftAD, or CreateHybridAD operation.
362 363 364 365 366 367 368 369 370 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 362 class AssessmentConfiguration < Struct.new( :customer_dns_ips, :dns_name, :vpc_settings, :instance_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |