Skip to content

/AWS1/CL_S3TGETTABLEBKTREPLRSP

GetTableBucketReplicationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_versiontoken TYPE /AWS1/S3TVERSIONTOKEN /AWS1/S3TVERSIONTOKEN

A version token that represents the current state of the replication configuration. Use this token when updating the configuration to ensure consistency.

io_configuration TYPE REF TO /AWS1/CL_S3TTABLEBKTREPLCONF /AWS1/CL_S3TTABLEBKTREPLCONF

The replication configuration for the table bucket, including the IAM role and replication rules.


Queryable Attributes

versionToken

A version token that represents the current state of the replication configuration. Use this token when updating the configuration to ensure consistency.

Accessible with the following methods

Method Description
GET_VERSIONTOKEN() Getter for VERSIONTOKEN, with configurable default
ASK_VERSIONTOKEN() Getter for VERSIONTOKEN w/ exceptions if field has no value
HAS_VERSIONTOKEN() Determine if VERSIONTOKEN has a value

configuration

The replication configuration for the table bucket, including the IAM role and replication rules.

Accessible with the following methods

Method Description
GET_CONFIGURATION() Getter for CONFIGURATION