/AWS1/CL_ECSDAEMONDEPLOYSUMM¶
A summary of a daemon deployment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_daemondeploymentarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the daemon deployment.
iv_daemonarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the daemon.
iv_clusterarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the cluster that hosts the daemon.
iv_status TYPE /AWS1/ECSDAEMONDEPLOYSTATUS /AWS1/ECSDAEMONDEPLOYSTATUS¶
The status of the daemon deployment.
iv_statusreason TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
Information about why the daemon deployment is in the current status.
iv_targetdaemonrevisionarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The ARN of the daemon revision being deployed.
iv_createdat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The time the daemon deployment was created.
iv_startedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The time the daemon deployment started.
iv_stoppedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The time the daemon deployment stopped.
iv_finishedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The time the daemon deployment finished.
Queryable Attributes¶
daemonDeploymentArn¶
The Amazon Resource Name (ARN) of the daemon deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAEMONDEPLOYMENTARN() |
Getter for DAEMONDEPLOYMENTARN, with configurable default |
ASK_DAEMONDEPLOYMENTARN() |
Getter for DAEMONDEPLOYMENTARN w/ exceptions if field has no |
HAS_DAEMONDEPLOYMENTARN() |
Determine if DAEMONDEPLOYMENTARN has a value |
daemonArn¶
The Amazon Resource Name (ARN) of the daemon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAEMONARN() |
Getter for DAEMONARN, with configurable default |
ASK_DAEMONARN() |
Getter for DAEMONARN w/ exceptions if field has no value |
HAS_DAEMONARN() |
Determine if DAEMONARN has a value |
clusterArn¶
The Amazon Resource Name (ARN) of the cluster that hosts the daemon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERARN() |
Getter for CLUSTERARN, with configurable default |
ASK_CLUSTERARN() |
Getter for CLUSTERARN w/ exceptions if field has no value |
HAS_CLUSTERARN() |
Determine if CLUSTERARN has a value |
status¶
The status of the daemon deployment.
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 |
statusReason¶
Information about why the daemon deployment is in the current status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
targetDaemonRevisionArn¶
The ARN of the daemon revision being deployed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETDAEMONREVISIONARN() |
Getter for TARGETDAEMONREVISIONARN, with configurable defaul |
ASK_TARGETDAEMONREVISIONARN() |
Getter for TARGETDAEMONREVISIONARN w/ exceptions if field ha |
HAS_TARGETDAEMONREVISIONARN() |
Determine if TARGETDAEMONREVISIONARN has a value |
createdAt¶
The time the daemon deployment was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
startedAt¶
The time the daemon deployment started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
stoppedAt¶
The time the daemon deployment stopped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOPPEDAT() |
Getter for STOPPEDAT, with configurable default |
ASK_STOPPEDAT() |
Getter for STOPPEDAT w/ exceptions if field has no value |
HAS_STOPPEDAT() |
Determine if STOPPEDAT has a value |
finishedAt¶
The time the daemon deployment finished.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINISHEDAT() |
Getter for FINISHEDAT, with configurable default |
ASK_FINISHEDAT() |
Getter for FINISHEDAT w/ exceptions if field has no value |
HAS_FINISHEDAT() |
Determine if FINISHEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DAEMONDEPLOYMENTSUMMARYLIST¶
TYPES TT_DAEMONDEPLOYMENTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSDAEMONDEPLOYSUMM WITH DEFAULT KEY
.