Skip to content

/AWS1/CL_KYSREPLICASPECSUMMARY

The Region-specific settings of a multi-Region table in the specified Amazon Web Services Region.

If the multi-Region table is using provisioned capacity and has optional auto scaling policies configured, note that the Region specific summary returns both read and write capacity settings. But only Region specific read capacity settings can be configured for a multi-Region table. In a multi-Region table, your write capacity units will be synced across all Amazon Web Services Regions to ensure that there is enough capacity to replicate write events across Regions.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_region TYPE /AWS1/KYSREGION /AWS1/KYSREGION

The Amazon Web Services Region.

iv_status TYPE /AWS1/KYSTABLESTATUS /AWS1/KYSTABLESTATUS

The status of the multi-Region table in the specified Amazon Web Services Region.

io_capacityspecification TYPE REF TO /AWS1/CL_KYSCAPSPECSUMMARY /AWS1/CL_KYSCAPSPECSUMMARY

The read/write throughput capacity mode for a table. The options are:

  • throughputMode:PAY_PER_REQUEST and

  • throughputMode:PROVISIONED.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

io_warmthroughputspec TYPE REF TO /AWS1/CL_KYSWARMTPUTSPECSUMM /AWS1/CL_KYSWARMTPUTSPECSUMM

The warm throughput settings for this replica, including the current status and configured read and write capacity units.


Queryable Attributes

region

The Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

status

The status of the multi-Region table in the specified Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

capacitySpecification

The read/write throughput capacity mode for a table. The options are:

  • throughputMode:PAY_PER_REQUEST and

  • throughputMode:PROVISIONED.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

Accessible with the following methods

Method Description
GET_CAPACITYSPECIFICATION() Getter for CAPACITYSPECIFICATION

warmThroughputSpecification

The warm throughput settings for this replica, including the current status and configured read and write capacity units.

Accessible with the following methods

Method Description
GET_WARMTHROUGHPUTSPEC() Getter for WARMTHROUGHPUTSPECIFICATION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_REPLICASPECSUMMARYLIST

TYPES TT_REPLICASPECSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KYSREPLICASPECSUMMARY WITH DEFAULT KEY
.