/AWS1/CL_DYNRPLGLBSECIDXSTGSUP¶
Represents the settings of a global secondary index for a global table that will be modified.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_indexname
TYPE /AWS1/DYNINDEXNAME
/AWS1/DYNINDEXNAME
¶
The name of the global secondary index. The name must be unique among all other indexes on this table.
Optional arguments:¶
iv_provreadcapacityunits
TYPE /AWS1/DYNPOSITIVELONGOBJECT
/AWS1/DYNPOSITIVELONGOBJECT
¶
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
io_provreadcapautoscstgsupd
TYPE REF TO /AWS1/CL_DYNAUTOSCSTGSUPDATE
/AWS1/CL_DYNAUTOSCSTGSUPDATE
¶
Auto scaling settings for managing a global secondary index replica's read capacity units.
Queryable Attributes¶
IndexName¶
The name of the global secondary index. The name must be unique among all other indexes on this table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEXNAME() |
Getter for INDEXNAME, with configurable default |
ASK_INDEXNAME() |
Getter for INDEXNAME w/ exceptions if field has no value |
HAS_INDEXNAME() |
Determine if INDEXNAME has a value |
ProvisionedReadCapacityUnits¶
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROVREADCAPACITYUNITS() |
Getter for PROVISIONEDREADCAPACITYUNITS, with configurable d |
ASK_PROVREADCAPACITYUNITS() |
Getter for PROVISIONEDREADCAPACITYUNITS w/ exceptions if fie |
HAS_PROVREADCAPACITYUNITS() |
Determine if PROVISIONEDREADCAPACITYUNITS has a value |
ProvisionedReadCapacityAutoScalingSettingsUpdate¶
Auto scaling settings for managing a global secondary index replica's read capacity units.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROVREADCAPAUTOSCSTGSUPD() |
Getter for PROVREADCAPAUTOSCSTGSUPDATE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RPLGLBSECINDEXSTGSUPDLIST
¶
TYPES TT_RPLGLBSECINDEXSTGSUPDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNRPLGLBSECIDXSTGSUP WITH DEFAULT KEY
.