/AWS1/CL_ECSDAEMONDEPLOYALARMS¶
The CloudWatch alarms used to determine a daemon deployment failed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/ECSDAEMONDEPLRBMONISSTAT /AWS1/ECSDAEMONDEPLRBMONISSTAT¶
The status of the alarms check. Amazon ECS is not using alarms for daemon deployment failures when the status is
DISABLED.
it_alarmnames TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The name of the CloudWatch alarms that determine when a daemon deployment failed.
it_triggeredalarmnames TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
One or more CloudWatch alarm names that have been triggered during the daemon deployment.
Queryable Attributes¶
status¶
The status of the alarms check. Amazon ECS is not using alarms for daemon deployment failures when the status is
DISABLED.
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 |
alarmNames¶
The name of the CloudWatch alarms that determine when a daemon deployment failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALARMNAMES() |
Getter for ALARMNAMES, with configurable default |
ASK_ALARMNAMES() |
Getter for ALARMNAMES w/ exceptions if field has no value |
HAS_ALARMNAMES() |
Determine if ALARMNAMES has a value |
triggeredAlarmNames¶
One or more CloudWatch alarm names that have been triggered during the daemon deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGEREDALARMNAMES() |
Getter for TRIGGEREDALARMNAMES, with configurable default |
ASK_TRIGGEREDALARMNAMES() |
Getter for TRIGGEREDALARMNAMES w/ exceptions if field has no |
HAS_TRIGGEREDALARMNAMES() |
Determine if TRIGGEREDALARMNAMES has a value |