/AWS1/CL_ECSSVCDEPLOYMENTBRIEF¶
The service deployment properties that are retured when you call
ListServiceDeployments.
This provides a high-level overview of the service deployment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_servicedeploymentarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The ARN of the service deployment.
iv_servicearn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The ARN of the service for this service deployment.
iv_clusterarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The ARN of the cluster that hosts the service.
iv_startedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
iv_createdat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
iv_finishedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
iv_targetservicerevisionarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The ARN of the service revision being deplyed.
iv_status TYPE /AWS1/ECSSVCDEPLOYMENTSTATUS /AWS1/ECSSVCDEPLOYMENTSTATUS¶
The status of the service deployment
iv_statusreason TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.
Queryable Attributes¶
serviceDeploymentArn¶
The ARN of the service deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEDEPLOYMENTARN() |
Getter for SERVICEDEPLOYMENTARN, with configurable default |
ASK_SERVICEDEPLOYMENTARN() |
Getter for SERVICEDEPLOYMENTARN w/ exceptions if field has n |
HAS_SERVICEDEPLOYMENTARN() |
Determine if SERVICEDEPLOYMENTARN has a value |
serviceArn¶
The ARN of the service for this service deployment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEARN() |
Getter for SERVICEARN, with configurable default |
ASK_SERVICEARN() |
Getter for SERVICEARN w/ exceptions if field has no value |
HAS_SERVICEARN() |
Determine if SERVICEARN has a value |
clusterArn¶
The ARN of the cluster that hosts the service.
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 |
startedAt¶
The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
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 |
createdAt¶
The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
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 |
finishedAt¶
The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.
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 |
targetServiceRevisionArn¶
The ARN of the service revision being deplyed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETSERVICEREVISIONARN() |
Getter for TARGETSERVICEREVISIONARN, with configurable defau |
ASK_TARGETSERVICEREVISIONARN() |
Getter for TARGETSERVICEREVISIONARN w/ exceptions if field h |
HAS_TARGETSERVICEREVISIONARN() |
Determine if TARGETSERVICEREVISIONARN has a value |
status¶
The status of the service 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 service deployment is in the current status. For example, the circuit breaker detected a deployment failure.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SERVICEDEPLOYMENTSBRIEF¶
TYPES TT_SERVICEDEPLOYMENTSBRIEF TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSSVCDEPLOYMENTBRIEF WITH DEFAULT KEY
.