Skip to content

/AWS1/CL_DYNSRCTABLEFEATDETS

Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_localsecondaryindexes TYPE /AWS1/CL_DYNLOCALSECINDEXINFO=>TT_LOCALSECONDARYINDEXES TT_LOCALSECONDARYINDEXES

Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.

it_globalsecondaryindexes TYPE /AWS1/CL_DYNGLOBALSECINDEXINFO=>TT_GLOBALSECONDARYINDEXES TT_GLOBALSECONDARYINDEXES

Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.

io_streamdescription TYPE REF TO /AWS1/CL_DYNSTREAMSPEC /AWS1/CL_DYNSTREAMSPEC

Stream settings on the table when the backup was created.

io_timetolivedescription TYPE REF TO /AWS1/CL_DYNTIMETOLIVEDESC /AWS1/CL_DYNTIMETOLIVEDESC

Time to Live settings on the table when the backup was created.

io_ssedescription TYPE REF TO /AWS1/CL_DYNSSEDESCRIPTION /AWS1/CL_DYNSSEDESCRIPTION

The description of the server-side encryption status on the table when the backup was created.

it_vectorindexes TYPE /AWS1/CL_DYNVECTORINDEXINFO=>TT_VECTORINDEXES TT_VECTORINDEXES

The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.


Queryable Attributes

LocalSecondaryIndexes

Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.

Accessible with the following methods

Method Description
GET_LOCALSECONDARYINDEXES() Getter for LOCALSECONDARYINDEXES, with configurable default
ASK_LOCALSECONDARYINDEXES() Getter for LOCALSECONDARYINDEXES w/ exceptions if field has
HAS_LOCALSECONDARYINDEXES() Determine if LOCALSECONDARYINDEXES has a value

GlobalSecondaryIndexes

Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.

Accessible with the following methods

Method Description
GET_GLOBALSECONDARYINDEXES() Getter for GLOBALSECONDARYINDEXES, with configurable default
ASK_GLOBALSECONDARYINDEXES() Getter for GLOBALSECONDARYINDEXES w/ exceptions if field has
HAS_GLOBALSECONDARYINDEXES() Determine if GLOBALSECONDARYINDEXES has a value

StreamDescription

Stream settings on the table when the backup was created.

Accessible with the following methods

Method Description
GET_STREAMDESCRIPTION() Getter for STREAMDESCRIPTION

TimeToLiveDescription

Time to Live settings on the table when the backup was created.

Accessible with the following methods

Method Description
GET_TIMETOLIVEDESCRIPTION() Getter for TIMETOLIVEDESCRIPTION

SSEDescription

The description of the server-side encryption status on the table when the backup was created.

Accessible with the following methods

Method Description
GET_SSEDESCRIPTION() Getter for SSEDESCRIPTION

VectorIndexes

The vector index properties for the table at the time the backup was created, including the index name, vector attribute, dimensions, distance function, search schema, and projection.

Accessible with the following methods

Method Description
GET_VECTORINDEXES() Getter for VECTORINDEXES, with configurable default
ASK_VECTORINDEXES() Getter for VECTORINDEXES w/ exceptions if field has no value
HAS_VECTORINDEXES() Determine if VECTORINDEXES has a value