/AWS1/CL_ECSDAEMONALARMCONF¶
The CloudWatch alarm configuration for a daemon. When enabled, CloudWatch alarms determine whether a daemon deployment has failed.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_alarmnames TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The CloudWatch alarm names to monitor during a daemon deployment.
iv_enable TYPE /AWS1/ECSBOOLEAN /AWS1/ECSBOOLEAN¶
Determines whether to use the CloudWatch alarm option in the daemon deployment process. The default value is
false.
Queryable Attributes¶
alarmNames¶
The CloudWatch alarm names to monitor during a daemon deployment.
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 |
enable¶
Determines whether to use the CloudWatch alarm option in the daemon deployment process. The default value is
false.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLE() |
Getter for ENABLE |