Skip to content

/AWS1/CL_DSRASSESSMENTCONF

Contains configuration parameters required to perform a directory assessment.

CONSTRUCTOR

IMPORTING

Required arguments:

it_customerdnsips TYPE /AWS1/CL_DSRCUSTOMERDNSIPS_W=>TT_CUSTOMERDNSIPS TT_CUSTOMERDNSIPS

A list of IP addresses for the DNS servers or domain controllers in your self-managed AD that are tested during the assessment.

iv_dnsname TYPE /AWS1/DSRDIRECTORYNAME /AWS1/DSRDIRECTORYNAME

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

io_vpcsettings TYPE REF TO /AWS1/CL_DSRDIRECTORYVPCSTGS /AWS1/CL_DSRDIRECTORYVPCSTGS

VpcSettings

it_instanceids TYPE /AWS1/CL_DSRASSESSMENTINSTID00=>TT_ASSESSMENTINSTANCEIDS TT_ASSESSMENTINSTANCEIDS

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

Optional arguments:

it_securitygroupids TYPE /AWS1/CL_DSRSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_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.


Queryable Attributes

CustomerDnsIps

A list of IP addresses for the DNS servers or domain controllers in your self-managed AD that are tested during the assessment.

Accessible with the following methods

Method Description
GET_CUSTOMERDNSIPS() Getter for CUSTOMERDNSIPS, with configurable default
ASK_CUSTOMERDNSIPS() Getter for CUSTOMERDNSIPS w/ exceptions if field has no valu
HAS_CUSTOMERDNSIPS() Determine if CUSTOMERDNSIPS has a value

DnsName

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

Accessible with the following methods

Method Description
GET_DNSNAME() Getter for DNSNAME, with configurable default
ASK_DNSNAME() Getter for DNSNAME w/ exceptions if field has no value
HAS_DNSNAME() Determine if DNSNAME has a value

VpcSettings

VpcSettings

Accessible with the following methods

Method Description
GET_VPCSETTINGS() Getter for VPCSETTINGS

InstanceIds

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

Accessible with the following methods

Method Description
GET_INSTANCEIDS() Getter for INSTANCEIDS, with configurable default
ASK_INSTANCEIDS() Getter for INSTANCEIDS w/ exceptions if field has no value
HAS_INSTANCEIDS() Determine if INSTANCEIDS has a value

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.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value