/AWS1/CL_S3TTABLEBKTREPLRULE¶
Defines a rule for replicating tables from a source table bucket to one or more destination table buckets.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_destinations TYPE /AWS1/CL_S3TREPLICATIONDST=>TT_REPLICATIONDESTINATIONS TT_REPLICATIONDESTINATIONS¶
An array of destination table buckets where tables should be replicated.
Queryable Attributes¶
destinations¶
An array of destination table buckets where tables should be replicated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS 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_TABLEBUCKETREPLICATIONRULES¶
TYPES TT_TABLEBUCKETREPLICATIONRULES TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3TTABLEBKTREPLRULE WITH DEFAULT KEY
.