Skip to content

/AWS1/CL_AUMSCOPE

The wrapper that contains the Amazon Web Services accounts that are in scope for the assessment.

You no longer need to specify which Amazon Web Services services are in scope when you create or update an assessment. Audit Manager infers the services in scope by examining your assessment controls and their data sources, and then mapping this information to the relevant Amazon Web Services services.

If an underlying data source changes for your assessment, we automatically update the services scope as needed to reflect the correct Amazon Web Services services. This ensures that your assessment collects accurate and comprehensive evidence about all of the relevant services in your AWS environment.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_awsaccounts TYPE /AWS1/CL_AUMAWSACCOUNT=>TT_AWSACCOUNTS TT_AWSACCOUNTS

The Amazon Web Services accounts that are included in the scope of the assessment.

it_awsservices TYPE /AWS1/CL_AUMAWSSERVICE=>TT_AWSSERVICES TT_AWSSERVICES

The Amazon Web Services services that are included in the scope of the assessment.

This API parameter is no longer supported. If you use this parameter to specify one or more Amazon Web Services services, Audit Manager ignores this input. Instead, the value for awsServices will show as empty.


Queryable Attributes

awsAccounts

The Amazon Web Services accounts that are included in the scope of the assessment.

Accessible with the following methods

Method Description
GET_AWSACCOUNTS() Getter for AWSACCOUNTS, with configurable default
ASK_AWSACCOUNTS() Getter for AWSACCOUNTS w/ exceptions if field has no value
HAS_AWSACCOUNTS() Determine if AWSACCOUNTS has a value

awsServices

The Amazon Web Services services that are included in the scope of the assessment.

This API parameter is no longer supported. If you use this parameter to specify one or more Amazon Web Services services, Audit Manager ignores this input. Instead, the value for awsServices will show as empty.

Accessible with the following methods

Method Description
GET_AWSSERVICES() Getter for AWSSERVICES, with configurable default
ASK_AWSSERVICES() Getter for AWSSERVICES w/ exceptions if field has no value
HAS_AWSSERVICES() Determine if AWSSERVICES has a value