/AWS1/CL_CWTGETALRMMUTERULEOUT¶
GetAlarmMuteRuleOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CWTNAME /AWS1/CWTNAME¶
The name of the alarm mute rule.
iv_alarmmuterulearn TYPE /AWS1/CWTARN /AWS1/CWTARN¶
The Amazon Resource Name (ARN) of the alarm mute rule.
iv_description TYPE /AWS1/CWTALARMDESCRIPTION /AWS1/CWTALARMDESCRIPTION¶
The description of the alarm mute rule.
io_rule TYPE REF TO /AWS1/CL_CWTRULE /AWS1/CL_CWTRULE¶
The configuration that defines when and how long alarms are muted.
io_mutetargets TYPE REF TO /AWS1/CL_CWTMUTETARGETS /AWS1/CL_CWTMUTETARGETS¶
Specifies which alarms this rule applies to.
iv_startdate TYPE /AWS1/CWTTIMESTAMP /AWS1/CWTTIMESTAMP¶
The date and time when the mute rule becomes active. If not set, the rule is active immediately.
iv_expiredate TYPE /AWS1/CWTTIMESTAMP /AWS1/CWTTIMESTAMP¶
The date and time when the mute rule expires and is no longer evaluated.
iv_status TYPE /AWS1/CWTALARMMUTERULESTATUS /AWS1/CWTALARMMUTERULESTATUS¶
The current status of the alarm mute rule. Valid values are
SCHEDULED,ACTIVE, orEXPIRED.
iv_lastupdatedtimestamp TYPE /AWS1/CWTTIMESTAMP /AWS1/CWTTIMESTAMP¶
The date and time when the mute rule was last updated.
iv_mutetype TYPE /AWS1/CWTMUTETYPE /AWS1/CWTMUTETYPE¶
Indicates whether the mute rule is one-time or recurring. Valid values are
ONE_TIMEorRECURRING.
Queryable Attributes¶
Name¶
The name of the alarm mute rule.
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 |
AlarmMuteRuleArn¶
The Amazon Resource Name (ARN) of the alarm mute rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALARMMUTERULEARN() |
Getter for ALARMMUTERULEARN, with configurable default |
ASK_ALARMMUTERULEARN() |
Getter for ALARMMUTERULEARN w/ exceptions if field has no va |
HAS_ALARMMUTERULEARN() |
Determine if ALARMMUTERULEARN has a value |
Description¶
The description of the alarm mute rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Rule¶
The configuration that defines when and how long alarms are muted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULE() |
Getter for RULE |
MuteTargets¶
Specifies which alarms this rule applies to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MUTETARGETS() |
Getter for MUTETARGETS |
StartDate¶
The date and time when the mute rule becomes active. If not set, the rule is active immediately.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTDATE() |
Getter for STARTDATE, with configurable default |
ASK_STARTDATE() |
Getter for STARTDATE w/ exceptions if field has no value |
HAS_STARTDATE() |
Determine if STARTDATE has a value |
ExpireDate¶
The date and time when the mute rule expires and is no longer evaluated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIREDATE() |
Getter for EXPIREDATE, with configurable default |
ASK_EXPIREDATE() |
Getter for EXPIREDATE w/ exceptions if field has no value |
HAS_EXPIREDATE() |
Determine if EXPIREDATE has a value |
Status¶
The current status of the alarm mute rule. Valid values are
SCHEDULED,ACTIVE, orEXPIRED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
LastUpdatedTimestamp¶
The date and time when the mute rule was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP, with configurable default |
ASK_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTUPDATEDTIMESTAMP() |
Determine if LASTUPDATEDTIMESTAMP has a value |
MuteType¶
Indicates whether the mute rule is one-time or recurring. Valid values are
ONE_TIMEorRECURRING.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MUTETYPE() |
Getter for MUTETYPE, with configurable default |
ASK_MUTETYPE() |
Getter for MUTETYPE w/ exceptions if field has no value |
HAS_MUTETYPE() |
Determine if MUTETYPE has a value |