/AWS1/CL_S3TTABLEREPLRULE¶
Defines a rule for replicating a table to one or more destination tables.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_destinations TYPE /AWS1/CL_S3TREPLICATIONDST=>TT_REPLICATIONDESTINATIONS TT_REPLICATIONDESTINATIONS¶
An array of destination table buckets where this table should be replicated.
Queryable Attributes¶
destinations¶
An array of destination table buckets where this table 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_TABLEREPLICATIONRULES¶
TYPES TT_TABLEREPLICATIONRULES TYPE STANDARD TABLE OF REF TO /AWS1/CL_S3TTABLEREPLRULE WITH DEFAULT KEY
.