/AWS1/CL_S3TTABLEREPLCONF¶
The replication configuration for an individual table. This configuration defines how the table is replicated to destination tables.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_role TYPE /AWS1/S3TIAMROLE /AWS1/S3TIAMROLE¶
The Amazon Resource Name (ARN) of the IAM role that S3 Tables assumes to replicate the table on your behalf.
it_rules TYPE /AWS1/CL_S3TTABLEREPLRULE=>TT_TABLEREPLICATIONRULES TT_TABLEREPLICATIONRULES¶
An array of replication rules that define where this table should be replicated.
Queryable Attributes¶
role¶
The Amazon Resource Name (ARN) of the IAM role that S3 Tables assumes to replicate the table on your behalf.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLE() |
Getter for ROLE, with configurable default |
ASK_ROLE() |
Getter for ROLE w/ exceptions if field has no value |
HAS_ROLE() |
Determine if ROLE has a value |
rules¶
An array of replication rules that define where this table should be replicated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULES() |
Getter for RULES, with configurable default |
ASK_RULES() |
Getter for RULES w/ exceptions if field has no value |
HAS_RULES() |
Determine if RULES has a value |