/AWS1/CL_DYNREPLGROUPUPDATE¶
Represents one of the following:
-
A new replica to be added to an existing regional table or global table. This request invokes the
CreateTableReplica
action in the destination Region. -
New parameters for an existing replica. This request invokes the
UpdateTable
action in the destination Region. -
An existing replica to be deleted. The request invokes the
DeleteTableReplica
action in the destination Region, deleting the replica and all if its items in the destination Region.
When you manually remove a table or global table replica, you do not automatically remove any associated scalable targets, scaling policies, or CloudWatch alarms.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_create
TYPE REF TO /AWS1/CL_DYNCREREPLGRMEMBERACT
/AWS1/CL_DYNCREREPLGRMEMBERACT
¶
The parameters required for creating a replica for the table.
io_update
TYPE REF TO /AWS1/CL_DYNUPREPLGRMEMBERACT
/AWS1/CL_DYNUPREPLGRMEMBERACT
¶
The parameters required for updating a replica for the table.
io_delete
TYPE REF TO /AWS1/CL_DYNDELREPLGRMEMBERACT
/AWS1/CL_DYNDELREPLGRMEMBERACT
¶
The parameters required for deleting a replica for the table.
Queryable Attributes¶
Create¶
The parameters required for creating a replica for the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATE() |
Getter for CREATE |
Update¶
The parameters required for updating a replica for the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATE() |
Getter for UPDATE |
Delete¶
The parameters required for deleting a replica for the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DELETE() |
Getter for DELETE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPLICATIONGROUPUPDATELIST
¶
TYPES TT_REPLICATIONGROUPUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNREPLGROUPUPDATE WITH DEFAULT KEY
.