Skip to content

/AWS1/CL_AMPANOMALYDETECTORDSC

Detailed information about an anomaly detector.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/AMPANOMALYDETECTORARN /AWS1/AMPANOMALYDETECTORARN

The Amazon Resource Name (ARN) of the anomaly detector.

iv_anomalydetectorid TYPE /AWS1/AMPANOMALYDETECTORID /AWS1/AMPANOMALYDETECTORID

The unique identifier of the anomaly detector.

iv_alias TYPE /AWS1/AMPANOMALYDETECTORALIAS /AWS1/AMPANOMALYDETECTORALIAS

The user-friendly name of the anomaly detector.

io_status TYPE REF TO /AWS1/CL_AMPANOMALYDETECTORS00 /AWS1/CL_AMPANOMALYDETECTORS00

The current status of the anomaly detector.

iv_createdat TYPE /AWS1/AMPTIMESTAMP /AWS1/AMPTIMESTAMP

The timestamp when the anomaly detector was created.

iv_modifiedat TYPE /AWS1/AMPTIMESTAMP /AWS1/AMPTIMESTAMP

The timestamp when the anomaly detector was last modified.

Optional arguments:

iv_evalintervalinseconds TYPE /AWS1/AMPANOMALYDETECTOREVAL00 /AWS1/AMPANOMALYDETECTOREVAL00

The frequency, in seconds, at which the anomaly detector evaluates metrics.

io_missingdataaction TYPE REF TO /AWS1/CL_AMPANOMALYDETECTORM00 /AWS1/CL_AMPANOMALYDETECTORM00

The action taken when data is missing during evaluation.

io_configuration TYPE REF TO /AWS1/CL_AMPANOMALYDETECTORC00 /AWS1/CL_AMPANOMALYDETECTORC00

The algorithm configuration of the anomaly detector.

it_labels TYPE /AWS1/CL_AMPPROMETHEUSMETRIC00=>TT_PROMETHEUSMETRICLABELMAP TT_PROMETHEUSMETRICLABELMAP

The Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.

it_tags TYPE /AWS1/CL_AMPTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags applied to the anomaly detector.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the anomaly detector.

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

anomalyDetectorId

The unique identifier of the anomaly detector.

Accessible with the following methods

Method Description
GET_ANOMALYDETECTORID() Getter for ANOMALYDETECTORID, with configurable default
ASK_ANOMALYDETECTORID() Getter for ANOMALYDETECTORID w/ exceptions if field has no v
HAS_ANOMALYDETECTORID() Determine if ANOMALYDETECTORID has a value

alias

The user-friendly name of the anomaly detector.

Accessible with the following methods

Method Description
GET_ALIAS() Getter for ALIAS, with configurable default
ASK_ALIAS() Getter for ALIAS w/ exceptions if field has no value
HAS_ALIAS() Determine if ALIAS has a value

evaluationIntervalInSeconds

The frequency, in seconds, at which the anomaly detector evaluates metrics.

Accessible with the following methods

Method Description
GET_EVALINTERVALINSECONDS() Getter for EVALUATIONINTERVALINSECONDS, with configurable de
ASK_EVALINTERVALINSECONDS() Getter for EVALUATIONINTERVALINSECONDS w/ exceptions if fiel
HAS_EVALINTERVALINSECONDS() Determine if EVALUATIONINTERVALINSECONDS has a value

missingDataAction

The action taken when data is missing during evaluation.

Accessible with the following methods

Method Description
GET_MISSINGDATAACTION() Getter for MISSINGDATAACTION

configuration

The algorithm configuration of the anomaly detector.

Accessible with the following methods

Method Description
GET_CONFIGURATION() Getter for CONFIGURATION

labels

The Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.

Accessible with the following methods

Method Description
GET_LABELS() Getter for LABELS, with configurable default
ASK_LABELS() Getter for LABELS w/ exceptions if field has no value
HAS_LABELS() Determine if LABELS has a value

status

The current status of the anomaly detector.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

createdAt

The timestamp when the anomaly detector 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

modifiedAt

The timestamp when the anomaly detector was last modified.

Accessible with the following methods

Method Description
GET_MODIFIEDAT() Getter for MODIFIEDAT, with configurable default
ASK_MODIFIEDAT() Getter for MODIFIEDAT w/ exceptions if field has no value
HAS_MODIFIEDAT() Determine if MODIFIEDAT has a value

tags

The tags applied to the anomaly detector.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value