/AWS1/CL_KYSGETKEYSPACERSP¶
GetKeyspaceResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keyspacename TYPE /AWS1/KYSKEYSPACENAME /AWS1/KYSKEYSPACENAME¶
The name of the keyspace.
iv_resourcearn TYPE /AWS1/KYSARN /AWS1/KYSARN¶
Returns the ARN of the keyspace.
iv_replicationstrategy TYPE /AWS1/KYSRS /AWS1/KYSRS¶
Returns the replication strategy of the keyspace. The options are
SINGLE_REGIONorMULTI_REGION.
Optional arguments:¶
it_replicationregions TYPE /AWS1/CL_KYSREGIONLIST_W=>TT_REGIONLIST TT_REGIONLIST¶
If the
replicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.
it_replicationgroupstatuses TYPE /AWS1/CL_KYSREPLGROUPSTATUS=>TT_REPLICATIONGROUPSTATUSLIST TT_REPLICATIONGROUPSTATUSLIST¶
A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.
Queryable Attributes¶
keyspaceName¶
The name of the keyspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYSPACENAME() |
Getter for KEYSPACENAME, with configurable default |
ASK_KEYSPACENAME() |
Getter for KEYSPACENAME w/ exceptions if field has no value |
HAS_KEYSPACENAME() |
Determine if KEYSPACENAME has a value |
resourceArn¶
Returns the ARN of the keyspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
replicationStrategy¶
Returns the replication strategy of the keyspace. The options are
SINGLE_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 |
replicationRegions¶
If the
replicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONREGIONS() |
Getter for REPLICATIONREGIONS, with configurable default |
ASK_REPLICATIONREGIONS() |
Getter for REPLICATIONREGIONS w/ exceptions if field has no |
HAS_REPLICATIONREGIONS() |
Determine if REPLICATIONREGIONS has a value |
replicationGroupStatuses¶
A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONGROUPSTATUSES() |
Getter for REPLICATIONGROUPSTATUSES, with configurable defau |
ASK_REPLICATIONGROUPSTATUSES() |
Getter for REPLICATIONGROUPSTATUSES w/ exceptions if field h |
HAS_REPLICATIONGROUPSTATUSES() |
Determine if REPLICATIONGROUPSTATUSES has a value |