Skip to content

/AWS1/CL_ECSDAEMONROLLBACK

Information about a daemon deployment rollback.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_reason TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The reason the rollback happened. For example, the circuit breaker initiated the rollback operation.

iv_startedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP

The time that the rollback started. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

iv_rbtargetdaemonrevisionarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The ARN of the daemon revision deployed as part of the rollback.

it_rollbackcapacityproviders TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The capacity providers involved in the rollback.


Queryable Attributes

reason

The reason the rollback happened. For example, the circuit breaker initiated the rollback operation.

Accessible with the following methods

Method Description
GET_REASON() Getter for REASON, with configurable default
ASK_REASON() Getter for REASON w/ exceptions if field has no value
HAS_REASON() Determine if REASON has a value

startedAt

The time that the rollback started. 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

rollbackTargetDaemonRevisionArn

The ARN of the daemon revision deployed as part of the rollback.

Accessible with the following methods

Method Description
GET_RBTARGETDAEMONREVSNARN() Getter for RBTARGETDAEMONREVISIONARN, with configurable defa
ASK_RBTARGETDAEMONREVSNARN() Getter for RBTARGETDAEMONREVISIONARN w/ exceptions if field
HAS_RBTARGETDAEMONREVSNARN() Determine if RBTARGETDAEMONREVISIONARN has a value

rollbackCapacityProviders

The capacity providers involved in the rollback.

Accessible with the following methods

Method Description
GET_ROLLBACKCAPACITYPVDRS() Getter for ROLLBACKCAPACITYPROVIDERS, with configurable defa
ASK_ROLLBACKCAPACITYPVDRS() Getter for ROLLBACKCAPACITYPROVIDERS w/ exceptions if field
HAS_ROLLBACKCAPACITYPVDRS() Determine if ROLLBACKCAPACITYPROVIDERS has a value