/AWS1/CL_DPLECSTARGET¶
Information about the target of an Amazon ECS deployment.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_deploymentid
TYPE /AWS1/DPLDEPLOYMENTID
/AWS1/DPLDEPLOYMENTID
¶
The unique ID of a deployment.
iv_targetid
TYPE /AWS1/DPLTARGETID
/AWS1/DPLTARGETID
¶
The unique ID of a deployment target that has a type of
ecsTarget
.
iv_targetarn
TYPE /AWS1/DPLTARGETARN
/AWS1/DPLTARGETARN
¶
The Amazon Resource Name (ARN) of the target.
iv_lastupdatedat
TYPE /AWS1/DPLTIME
/AWS1/DPLTIME
¶
The date and time when the target Amazon ECS application was updated by a deployment.
it_lifecycleevents
TYPE /AWS1/CL_DPLLIFECYCLEEVENT=>TT_LIFECYCLEEVENTLIST
TT_LIFECYCLEEVENTLIST
¶
The lifecycle events of the deployment to this target Amazon ECS application.
iv_status
TYPE /AWS1/DPLTARGETSTATUS
/AWS1/DPLTARGETSTATUS
¶
The status an Amazon ECS deployment's target ECS application.
it_tasksetsinfo
TYPE /AWS1/CL_DPLECSTASKSET=>TT_ECSTASKSETLIST
TT_ECSTASKSETLIST
¶
The
ECSTaskSet
objects associated with the ECS target.
Queryable Attributes¶
deploymentId¶
The unique ID of a deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTID() |
Getter for DEPLOYMENTID, with configurable default |
ASK_DEPLOYMENTID() |
Getter for DEPLOYMENTID w/ exceptions if field has no value |
HAS_DEPLOYMENTID() |
Determine if DEPLOYMENTID has a value |
targetId¶
The unique ID of a deployment target that has a type of
ecsTarget
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETID() |
Getter for TARGETID, with configurable default |
ASK_TARGETID() |
Getter for TARGETID w/ exceptions if field has no value |
HAS_TARGETID() |
Determine if TARGETID has a value |
targetArn¶
The Amazon Resource Name (ARN) of the target.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETARN() |
Getter for TARGETARN, with configurable default |
ASK_TARGETARN() |
Getter for TARGETARN w/ exceptions if field has no value |
HAS_TARGETARN() |
Determine if TARGETARN has a value |
lastUpdatedAt¶
The date and time when the target Amazon ECS application was updated by a deployment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
lifecycleEvents¶
The lifecycle events of the deployment to this target Amazon ECS application.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LIFECYCLEEVENTS() |
Getter for LIFECYCLEEVENTS, with configurable default |
ASK_LIFECYCLEEVENTS() |
Getter for LIFECYCLEEVENTS w/ exceptions if field has no val |
HAS_LIFECYCLEEVENTS() |
Determine if LIFECYCLEEVENTS has a value |
status¶
The status an Amazon ECS deployment's target ECS application.
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 |
taskSetsInfo¶
The
ECSTaskSet
objects associated with the ECS target.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKSETSINFO() |
Getter for TASKSETSINFO, with configurable default |
ASK_TASKSETSINFO() |
Getter for TASKSETSINFO w/ exceptions if field has no value |
HAS_TASKSETSINFO() |
Determine if TASKSETSINFO has a value |