/AWS1/CL_ECSSVCDEPLOYMENTALRMS¶
The CloudWatch alarms used to determine a service deployment failed.
Amazon ECS considers the service deployment as failed when any of the alarms move to the ALARM state. For more information, see How CloudWatch alarms detect Amazon ECS deployment failures in the Amazon ECS Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/ECSSVCDEPLOYMENTROLLBA00 /AWS1/ECSSVCDEPLOYMENTROLLBA00¶
The status of the alarms check. Amazon ECS is not using alarms for service 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 service deployment failed. A "," separates the alarms.
it_triggeredalarmnames TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
One or more CloudWatch alarm names that have been triggered during the service deployment. A "," separates the alarm names.
Queryable Attributes¶
status¶
The status of the alarms check. Amazon ECS is not using alarms for service 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 service deployment failed. A "," separates the alarms.
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 service deployment. A "," separates the alarm names.
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 |