Skip to content

/AWS1/CL_ECSUPDDEXPRESSGWSVC

An object that describes an Express service to be updated.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_servicearn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The ARN of the Express service that is being updated.

iv_cluster TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The cluster associated with the Express service that is being updated.

iv_servicename TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The name of the Express service that is being updated.

io_status TYPE REF TO /AWS1/CL_ECSEXPRESSGWSVCSTATUS /AWS1/CL_ECSEXPRESSGWSVCSTATUS

The status of the Express service that is being updated.

io_targetconfiguration TYPE REF TO /AWS1/CL_ECSEXPRESSGWSVCCONF /AWS1/CL_ECSEXPRESSGWSVCCONF

The configuration to which the current Express service is being updated to.

iv_createdat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP

The Unix timestamp for when the Express service that is being updated was created.

iv_updatedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP

The Unix timestamp for when the Express service that is being updated was most recently updated.


Queryable Attributes

serviceArn

The ARN of the Express service that is being updated.

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

cluster

The cluster associated with the Express service that is being updated.

Accessible with the following methods

Method Description
GET_CLUSTER() Getter for CLUSTER, with configurable default
ASK_CLUSTER() Getter for CLUSTER w/ exceptions if field has no value
HAS_CLUSTER() Determine if CLUSTER has a value

serviceName

The name of the Express service that is being updated.

Accessible with the following methods

Method Description
GET_SERVICENAME() Getter for SERVICENAME, with configurable default
ASK_SERVICENAME() Getter for SERVICENAME w/ exceptions if field has no value
HAS_SERVICENAME() Determine if SERVICENAME has a value

status

The status of the Express service that is being updated.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

targetConfiguration

The configuration to which the current Express service is being updated to.

Accessible with the following methods

Method Description
GET_TARGETCONFIGURATION() Getter for TARGETCONFIGURATION

createdAt

The Unix timestamp for when the Express service that is being updated 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 when the Express service that is being updated was most recently 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