/AWS1/CL_KYSREPLICATIONSPEC¶
The replication specification of the keyspace includes:
-
regionList- the Amazon Web Services Regions where the keyspace is replicated in. -
replicationStrategy- the required value isSINGLE_REGIONorMULTI_REGION.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_replicationstrategy TYPE /AWS1/KYSRS /AWS1/KYSRS¶
The
replicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.
Optional arguments:¶
it_regionlist TYPE /AWS1/CL_KYSREGIONLIST_W=>TT_REGIONLIST TT_REGIONLIST¶
The
regionListcontains the Amazon Web Services Regions where the keyspace is replicated in.
Queryable Attributes¶
replicationStrategy¶
The
replicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONSTRATEGY() |
Getter for REPLICATIONSTRATEGY, with configurable default |
ASK_REPLICATIONSTRATEGY() |
Getter for REPLICATIONSTRATEGY w/ exceptions if field has no |
HAS_REPLICATIONSTRATEGY() |
Determine if REPLICATIONSTRATEGY has a value |
regionList¶
The
regionListcontains the Amazon Web Services Regions where the keyspace is replicated in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONLIST() |
Getter for REGIONLIST, with configurable default |
ASK_REGIONLIST() |
Getter for REGIONLIST w/ exceptions if field has no value |
HAS_REGIONLIST() |
Determine if REGIONLIST has a value |