Skip to content

/AWS1/CL_REVTSTRUNUCCCRITALR00

Summary information about a success criteria alarm snapshot captured for a test run.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_alarmarn TYPE /AWS1/REVCLOUDWATCHALARMARN /AWS1/REVCLOUDWATCHALARMARN

The ARN of the CloudWatch alarm.

iv_alarmname TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the CloudWatch alarm.

iv_region TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The Region of the CloudWatch alarm.

iv_accountid TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The account ID that owns the CloudWatch alarm.

Optional arguments:

iv_outcome TYPE /AWS1/REVTESTSOURCEOUTCOME /AWS1/REVTESTSOURCEOUTCOME

The evaluation outcome of the source. Absent while the source has not yet been evaluated; set to the terminal outcome afterwards.

iv_outcomereason TYPE /AWS1/REVSTRING /AWS1/REVSTRING

A human-readable reason for the outcome.


Queryable Attributes

alarmArn

The ARN of the CloudWatch alarm.

Accessible with the following methods

Method Description
GET_ALARMARN() Getter for ALARMARN, with configurable default
ASK_ALARMARN() Getter for ALARMARN w/ exceptions if field has no value
HAS_ALARMARN() Determine if ALARMARN has a value

alarmName

The name of the CloudWatch alarm.

Accessible with the following methods

Method Description
GET_ALARMNAME() Getter for ALARMNAME, with configurable default
ASK_ALARMNAME() Getter for ALARMNAME w/ exceptions if field has no value
HAS_ALARMNAME() Determine if ALARMNAME has a value

region

The Region of the CloudWatch alarm.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

accountId

The account ID that owns the CloudWatch alarm.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

outcome

The evaluation outcome of the source. Absent while the source has not yet been evaluated; set to the terminal outcome afterwards.

Accessible with the following methods

Method Description
GET_OUTCOME() Getter for OUTCOME, with configurable default
ASK_OUTCOME() Getter for OUTCOME w/ exceptions if field has no value
HAS_OUTCOME() Determine if OUTCOME has a value

outcomeReason

A human-readable reason for the outcome.

Accessible with the following methods

Method Description
GET_OUTCOMEREASON() Getter for OUTCOMEREASON, with configurable default
ASK_OUTCOMEREASON() Getter for OUTCOMEREASON w/ exceptions if field has no value
HAS_OUTCOMEREASON() Determine if OUTCOMEREASON has a value