Skip to content

/AWS1/CL_AUMCONTROLMETADATA

The metadata that's associated with the standard control or custom control.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/AUMAUDITMANAGERARN /AWS1/AUMAUDITMANAGERARN

The Amazon Resource Name (ARN) of the control.

iv_id TYPE /AWS1/AUMUUID /AWS1/AUMUUID

The unique identifier for the control.

iv_name TYPE /AWS1/AUMCONTROLNAME /AWS1/AUMCONTROLNAME

The name of the control.

iv_controlsources TYPE /AWS1/AUMCONTROLSOURCES /AWS1/AUMCONTROLSOURCES

The data source that determines where Audit Manager collects evidence from for the control.

iv_createdat TYPE /AWS1/AUMTIMESTAMP /AWS1/AUMTIMESTAMP

The time when the control was created.

iv_lastupdatedat TYPE /AWS1/AUMTIMESTAMP /AWS1/AUMTIMESTAMP

The time when the control was most recently updated.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the control.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

id

The unique identifier for the control.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The name of the control.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

controlSources

The data source that determines where Audit Manager collects evidence from for the control.

Accessible with the following methods

Method Description
GET_CONTROLSOURCES() Getter for CONTROLSOURCES, with configurable default
ASK_CONTROLSOURCES() Getter for CONTROLSOURCES w/ exceptions if field has no valu
HAS_CONTROLSOURCES() Determine if CONTROLSOURCES has a value

createdAt

The time when the control was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

lastUpdatedAt

The time when the control was most recently updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CONTROLMETADATALIST

TYPES TT_CONTROLMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCONTROLMETADATA WITH DEFAULT KEY
.