/AWS1/CL_DYNREPLICASTGSUPDATE¶
Represents the settings for a global table in a Region that will be modified.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_regionname TYPE /AWS1/DYNREGIONNAME /AWS1/DYNREGIONNAME¶
The Region of the replica to be added.
Optional arguments:¶
iv_replicaprovreadcapunits TYPE /AWS1/DYNPOSITIVELONGOBJECT /AWS1/DYNPOSITIVELONGOBJECT¶
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
io_rplprovreadcapautoscstg00 TYPE REF TO /AWS1/CL_DYNAUTOSCSTGSUPDATE /AWS1/CL_DYNAUTOSCSTGSUPDATE¶
Auto scaling settings for managing a global table replica's read capacity units.
it_rplglbsecindexstgsupdate TYPE /AWS1/CL_DYNRPLGLBSECIDXSTGSUP=>TT_RPLGLBSECINDEXSTGSUPDLIST TT_RPLGLBSECINDEXSTGSUPDLIST¶
Represents the settings of a global secondary index for a global table that will be modified.
iv_replicatableclass TYPE /AWS1/DYNTABLECLASS /AWS1/DYNTABLECLASS¶
Replica-specific table class. If not specified, uses the source table's table class.
Queryable Attributes¶
RegionName¶
The Region of the replica to be added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONNAME() |
Getter for REGIONNAME, with configurable default |
ASK_REGIONNAME() |
Getter for REGIONNAME w/ exceptions if field has no value |
HAS_REGIONNAME() |
Determine if REGIONNAME has a value |
ReplicaProvisionedReadCapacityUnits¶
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICAPROVREADCAPUNITS() |
Getter for REPLICAPROVREADCAPACITYUNITS, with configurable d |
ASK_REPLICAPROVREADCAPUNITS() |
Getter for REPLICAPROVREADCAPACITYUNITS w/ exceptions if fie |
HAS_REPLICAPROVREADCAPUNITS() |
Determine if REPLICAPROVREADCAPACITYUNITS has a value |
ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate¶
Auto scaling settings for managing a global table replica's read capacity units.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RPLPROVREADCAPAUTOSCST00() |
Getter for RPLPROVREADCAPAUTOSCSTGSUPD |
ReplicaGlobalSecondaryIndexSettingsUpdate¶
Represents the settings of a global secondary index for a global table that will be modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RPLGLBSECINDEXSTGSUPDATE() |
Getter for RPLGLOBALSECINDEXSTGSUPDATE, with configurable de |
ASK_RPLGLBSECINDEXSTGSUPDATE() |
Getter for RPLGLOBALSECINDEXSTGSUPDATE w/ exceptions if fiel |
HAS_RPLGLBSECINDEXSTGSUPDATE() |
Determine if RPLGLOBALSECINDEXSTGSUPDATE has a value |
ReplicaTableClass¶
Replica-specific table class. If not specified, uses the source table's table class.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATABLECLASS() |
Getter for REPLICATABLECLASS, with configurable default |
ASK_REPLICATABLECLASS() |
Getter for REPLICATABLECLASS w/ exceptions if field has no v |
HAS_REPLICATABLECLASS() |
Determine if REPLICATABLECLASS 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_REPLICASETTINGSUPDATELIST¶
TYPES TT_REPLICASETTINGSUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNREPLICASTGSUPDATE WITH DEFAULT KEY
.