/AWS1/CL_S3CREPLICATIONTIME¶
A container that specifies S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.
This is not supported by Amazon S3 on Outposts buckets.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/S3CREPLICATIONTIMESTATUS /AWS1/S3CREPLICATIONTIMESTATUS¶
Specifies whether S3 Replication Time Control (S3 RTC) is enabled.
io_time TYPE REF TO /AWS1/CL_S3CREPLTIMEVALUE /AWS1/CL_S3CREPLTIMEVALUE¶
A container that specifies the time by which replication should be complete for all objects and operations on objects.
Queryable Attributes¶
Status¶
Specifies whether S3 Replication Time Control (S3 RTC) is enabled.
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 |
Time¶
A container that specifies the time by which replication should be complete for all objects and operations on objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIME() |
Getter for TIME |