Skip to content

/AWS1/CL_TCEAUTODETECTIONCONF

The customer-defined auto-detection settings for a registry.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_scope TYPE /AWS1/TCEAUTODETECTIONSCOPE /AWS1/TCEAUTODETECTIONSCOPE

The source from which resources are detected. For example, ORGANIZATION sources resources from all member accounts of an Amazon Web Services organization.

iv_enabled TYPE /AWS1/TCEBOOLEAN /AWS1/TCEBOOLEAN

Specifies whether auto-detection is requested for the registry. Setting this to true is necessary but not sufficient for auto-detection to become active; the preconditions of the configured scope must also be met.


Queryable Attributes

scope

The source from which resources are detected. For example, ORGANIZATION sources resources from all member accounts of an Amazon Web Services organization.

Accessible with the following methods

Method Description
GET_SCOPE() Getter for SCOPE, with configurable default
ASK_SCOPE() Getter for SCOPE w/ exceptions if field has no value
HAS_SCOPE() Determine if SCOPE has a value

enabled

Specifies whether auto-detection is requested for the registry. Setting this to true is necessary but not sufficient for auto-detection to become active; the preconditions of the configured scope must also be met.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value