Skip to content

/AWS1/CL_CFSSCOPECONFIGURATION

Specifies the scope of resources to record from a third-party cloud service provider.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_scopetype TYPE /AWS1/CFSSCOPETYPE /AWS1/CFSSCOPETYPE

The type of scope for the third-party cloud resources. Valid values include tenant and subscription.

iv_allregions TYPE /AWS1/CFSBOOLEAN /AWS1/CFSBOOLEAN

Specifies whether to record resources from all supported regions for the third-party cloud service provider.

Optional arguments:

it_scopevalues TYPE /AWS1/CL_CFSSCOPEVALUES_W=>TT_SCOPEVALUES TT_SCOPEVALUES

The list of specific scope values for the third-party cloud resources. For example, a list of Azure subscriptions or management groups.

it_includedregions TYPE /AWS1/CL_CFSINCLUDEDREGIONS_W=>TT_INCLUDEDREGIONS TT_INCLUDEDREGIONS

The list of regions from the third-party cloud service provider to include when recording resources. Used when allRegions is set to false.


Queryable Attributes

scopeType

The type of scope for the third-party cloud resources. Valid values include tenant and subscription.

Accessible with the following methods

Method Description
GET_SCOPETYPE() Getter for SCOPETYPE, with configurable default
ASK_SCOPETYPE() Getter for SCOPETYPE w/ exceptions if field has no value
HAS_SCOPETYPE() Determine if SCOPETYPE has a value

scopeValues

The list of specific scope values for the third-party cloud resources. For example, a list of Azure subscriptions or management groups.

Accessible with the following methods

Method Description
GET_SCOPEVALUES() Getter for SCOPEVALUES, with configurable default
ASK_SCOPEVALUES() Getter for SCOPEVALUES w/ exceptions if field has no value
HAS_SCOPEVALUES() Determine if SCOPEVALUES has a value

allRegions

Specifies whether to record resources from all supported regions for the third-party cloud service provider.

Accessible with the following methods

Method Description
GET_ALLREGIONS() Getter for ALLREGIONS

includedRegions

The list of regions from the third-party cloud service provider to include when recording resources. Used when allRegions is set to false.

Accessible with the following methods

Method Description
GET_INCLUDEDREGIONS() Getter for INCLUDEDREGIONS, with configurable default
ASK_INCLUDEDREGIONS() Getter for INCLUDEDREGIONS w/ exceptions if field has no val
HAS_INCLUDEDREGIONS() Determine if INCLUDEDREGIONS has a value