/AWS1/CL_ECSCREATEDAEMONRSP¶
CreateDaemonResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_daemonarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the daemon.
iv_status TYPE /AWS1/ECSDAEMONSTATUS /AWS1/ECSDAEMONSTATUS¶
The status of the daemon.
iv_createdat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for the time when the daemon was created.
iv_deploymentarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.
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 |
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 |
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 |
deploymentArn¶
The Amazon Resource Name (ARN) of the initial daemon deployment. This deployment places daemon tasks on each container instance of the specified capacity providers.
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 |