/AWS1/CL_ECSDAEMONDETAIL¶
The detailed information about a daemon.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
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 the daemon is running in.
iv_status TYPE /AWS1/ECSDAEMONSTATUS /AWS1/ECSDAEMONSTATUS¶
The status of the daemon.
it_currentrevisions TYPE /AWS1/CL_ECSDAEMONREVSNDETAIL=>TT_DAEMONREVISIONDETAILLIST TT_DAEMONREVISIONDETAILLIST¶
The current daemon revision details, including the running task counts per capacity provider.
iv_deploymentarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the most recent daemon deployment.
iv_createdat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for the time when the daemon was created.
iv_updatedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for the time when the daemon was last updated.
Queryable Attributes¶
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 the daemon is running in.
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.
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 |
currentRevisions¶
The current daemon revision details, including the running task counts per capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTREVISIONS() |
Getter for CURRENTREVISIONS, with configurable default |
ASK_CURRENTREVISIONS() |
Getter for CURRENTREVISIONS w/ exceptions if field has no va |
HAS_CURRENTREVISIONS() |
Determine if CURRENTREVISIONS has a value |
deploymentArn¶
The Amazon Resource Name (ARN) of the most recent daemon deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTARN() |
Getter for DEPLOYMENTARN, with configurable default |
ASK_DEPLOYMENTARN() |
Getter for DEPLOYMENTARN w/ exceptions if field has no value |
HAS_DEPLOYMENTARN() |
Determine if DEPLOYMENTARN has a value |
createdAt¶
The Unix timestamp for the time when the daemon 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 |
updatedAt¶
The Unix timestamp for the time when the daemon was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |