Skip to content

/AWS1/CL_DYNGLBTBLGLBSECIDXS00

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_provwritecapacityunits TYPE /AWS1/DYNPOSITIVELONGOBJECT /AWS1/DYNPOSITIVELONGOBJECT

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

io_provwritecapautoscstgsupd TYPE REF TO /AWS1/CL_DYNAUTOSCSTGSUPDATE /AWS1/CL_DYNAUTOSCSTGSUPDATE

Auto scaling settings for managing a global secondary index's write 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

ProvisionedWriteCapacityUnits

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

Accessible with the following methods

Method Description
GET_PROVWRITECAPACITYUNITS() Getter for PROVWRITECAPACITYUNITS, with configurable default
ASK_PROVWRITECAPACITYUNITS() Getter for PROVWRITECAPACITYUNITS w/ exceptions if field has
HAS_PROVWRITECAPACITYUNITS() Determine if PROVWRITECAPACITYUNITS has a value

ProvisionedWriteCapacityAutoScalingSettingsUpdate

Auto scaling settings for managing a global secondary index's write capacity units.

Accessible with the following methods

Method Description
GET_PROVWRITECAPAUTOSCSTGSUP() Getter for PROVWRITECAPAUTOSCSTGSUPDATE

Public Local Types In This Class

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

TT_GLBTBLGLBSECIDXSTGSUPDLIST

TYPES TT_GLBTBLGLBSECIDXSTGSUPDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNGLBTBLGLBSECIDXS00 WITH DEFAULT KEY
.