Skip to content

/AWS1/CL_S3TREPLDSTSTATUSMODEL

Contains status information for a replication destination, including the current replication state, last successful update, and any error messages.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_replicationstatus TYPE /AWS1/S3TREPLICATIONSTATUS /AWS1/S3TREPLICATIONSTATUS

The current status of replication to this destination.

iv_destinationtablebucketarn TYPE /AWS1/S3TTABLEBUCKETARN /AWS1/S3TTABLEBUCKETARN

The Amazon Resource Name (ARN) of the destination table bucket.

Optional arguments:

iv_destinationtablearn TYPE /AWS1/S3TTABLEARN /AWS1/S3TTABLEARN

The Amazon Resource Name (ARN) of the destination table.

io_lastsuccfulrpltedupdate TYPE REF TO /AWS1/CL_S3TLASTSUCCFULRPLTE00 /AWS1/CL_S3TLASTSUCCFULRPLTE00

Information about the most recent successful replication update to this destination.

iv_failuremessage TYPE /AWS1/S3TSTRING /AWS1/S3TSTRING

If replication has failed, this field contains an error message describing the failure reason.


Queryable Attributes

replicationStatus

The current status of replication to this destination.

Accessible with the following methods

Method Description
GET_REPLICATIONSTATUS() Getter for REPLICATIONSTATUS, with configurable default
ASK_REPLICATIONSTATUS() Getter for REPLICATIONSTATUS w/ exceptions if field has no v
HAS_REPLICATIONSTATUS() Determine if REPLICATIONSTATUS has a value

destinationTableBucketArn

The Amazon Resource Name (ARN) of the destination table bucket.

Accessible with the following methods

Method Description
GET_DSTTABLEBUCKETARN() Getter for DESTINATIONTABLEBUCKETARN, with configurable defa
ASK_DSTTABLEBUCKETARN() Getter for DESTINATIONTABLEBUCKETARN w/ exceptions if field
HAS_DSTTABLEBUCKETARN() Determine if DESTINATIONTABLEBUCKETARN has a value

destinationTableArn

The Amazon Resource Name (ARN) of the destination table.

Accessible with the following methods

Method Description
GET_DESTINATIONTABLEARN() Getter for DESTINATIONTABLEARN, with configurable default
ASK_DESTINATIONTABLEARN() Getter for DESTINATIONTABLEARN w/ exceptions if field has no
HAS_DESTINATIONTABLEARN() Determine if DESTINATIONTABLEARN has a value

lastSuccessfulReplicatedUpdate

Information about the most recent successful replication update to this destination.

Accessible with the following methods

Method Description
GET_LASTSUCCFULRPLTEDUPDATE() Getter for LASTSUCCFULREPLICATEDUPDATE

failureMessage

If replication has failed, this field contains an error message describing the failure reason.

Accessible with the following methods

Method Description
GET_FAILUREMESSAGE() Getter for FAILUREMESSAGE, with configurable default
ASK_FAILUREMESSAGE() Getter for FAILUREMESSAGE w/ exceptions if field has no valu
HAS_FAILUREMESSAGE() Determine if FAILUREMESSAGE 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_REPLICATIONDSTSTATUSES

TYPES TT_REPLICATIONDSTSTATUSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3TREPLDSTSTATUSMODEL WITH DEFAULT KEY
.