/AWS1/CL_KYSGETTABLERESPONSE¶
GetTableResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keyspacename TYPE /AWS1/KYSKEYSPACENAME /AWS1/KYSKEYSPACENAME¶
The name of the keyspace that the specified table is stored in.
iv_tablename TYPE /AWS1/KYSTABLENAME /AWS1/KYSTABLENAME¶
The name of the specified table.
iv_resourcearn TYPE /AWS1/KYSARN /AWS1/KYSARN¶
The Amazon Resource Name (ARN) of the specified table.
Optional arguments:¶
iv_creationtimestamp TYPE /AWS1/KYSTIMESTAMP /AWS1/KYSTIMESTAMP¶
The creation timestamp of the specified table.
iv_status TYPE /AWS1/KYSTABLESTATUS /AWS1/KYSTABLESTATUS¶
The current status of the specified table.
io_schemadefinition TYPE REF TO /AWS1/CL_KYSSCHEMADEFINITION /AWS1/CL_KYSSCHEMADEFINITION¶
The schema definition of the specified table.
io_capacityspecification TYPE REF TO /AWS1/CL_KYSCAPSPECSUMMARY /AWS1/CL_KYSCAPSPECSUMMARY¶
The read/write throughput capacity mode for a table. The options are:
throughputMode:PAY_PER_REQUEST
throughputMode:PROVISIONED
io_encryptionspecification TYPE REF TO /AWS1/CL_KYSENCRYPTIONSPEC /AWS1/CL_KYSENCRYPTIONSPEC¶
The encryption settings of the specified table.
io_pointintimerecovery TYPE REF TO /AWS1/CL_KYSPOINTINTIMERECSUMM /AWS1/CL_KYSPOINTINTIMERECSUMM¶
The point-in-time recovery status of the specified table.
io_ttl TYPE REF TO /AWS1/CL_KYSTIMETOLIVE /AWS1/CL_KYSTIMETOLIVE¶
The custom Time to Live settings of the specified table.
iv_defaulttimetolive TYPE /AWS1/KYSDEFAULTTIMETOLIVE /AWS1/KYSDEFAULTTIMETOLIVE¶
The default Time to Live settings in seconds of the specified table.
io_comment TYPE REF TO /AWS1/CL_KYSCOMMENT /AWS1/CL_KYSCOMMENT¶
The the description of the specified table.
io_clientsidetimestamps TYPE REF TO /AWS1/CL_KYSCLIENTSIDETSMPS /AWS1/CL_KYSCLIENTSIDETSMPS¶
The client-side timestamps setting of the table.
it_replicaspecifications TYPE /AWS1/CL_KYSREPLICASPECSUMMARY=>TT_REPLICASPECSUMMARYLIST TT_REPLICASPECSUMMARYLIST¶
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
iv_lateststreamarn TYPE /AWS1/KYSSTREAMARN /AWS1/KYSSTREAMARN¶
The Amazon Resource Name (ARN) of the stream.
io_cdcspecification TYPE REF TO /AWS1/CL_KYSCDCSPECSUMMARY /AWS1/CL_KYSCDCSPECSUMMARY¶
The CDC stream settings of the table.
io_warmthroughputspec TYPE REF TO /AWS1/CL_KYSWARMTPUTSPECSUMM /AWS1/CL_KYSWARMTPUTSPECSUMM¶
The warm throughput settings for the table, including the current status and configured read and write capacity units.
Queryable Attributes¶
keyspaceName¶
The name of the keyspace that the specified table is stored in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYSPACENAME() |
Getter for KEYSPACENAME, with configurable default |
ASK_KEYSPACENAME() |
Getter for KEYSPACENAME w/ exceptions if field has no value |
HAS_KEYSPACENAME() |
Determine if KEYSPACENAME has a value |
tableName¶
The name of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLENAME() |
Getter for TABLENAME, with configurable default |
ASK_TABLENAME() |
Getter for TABLENAME w/ exceptions if field has no value |
HAS_TABLENAME() |
Determine if TABLENAME has a value |
resourceArn¶
The Amazon Resource Name (ARN) of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
creationTimestamp¶
The creation timestamp of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP, with configurable default |
ASK_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP w/ exceptions if field has no v |
HAS_CREATIONTIMESTAMP() |
Determine if CREATIONTIMESTAMP has a value |
status¶
The current status of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
schemaDefinition¶
The schema definition of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMADEFINITION() |
Getter for SCHEMADEFINITION |
capacitySpecification¶
The read/write throughput capacity mode for a table. The options are:
throughputMode:PAY_PER_REQUEST
throughputMode:PROVISIONED
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYSPECIFICATION() |
Getter for CAPACITYSPECIFICATION |
encryptionSpecification¶
The encryption settings of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONSPECIFICATION() |
Getter for ENCRYPTIONSPECIFICATION |
pointInTimeRecovery¶
The point-in-time recovery status of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POINTINTIMERECOVERY() |
Getter for POINTINTIMERECOVERY |
ttl¶
The custom Time to Live settings of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TTL() |
Getter for TTL |
defaultTimeToLive¶
The default Time to Live settings in seconds of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTTIMETOLIVE() |
Getter for DEFAULTTIMETOLIVE, with configurable default |
ASK_DEFAULTTIMETOLIVE() |
Getter for DEFAULTTIMETOLIVE w/ exceptions if field has no v |
HAS_DEFAULTTIMETOLIVE() |
Determine if DEFAULTTIMETOLIVE has a value |
comment¶
The the description of the specified table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT |
clientSideTimestamps¶
The client-side timestamps setting of the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTSIDETIMESTAMPS() |
Getter for CLIENTSIDETIMESTAMPS |
replicaSpecifications¶
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICASPECIFICATIONS() |
Getter for REPLICASPECIFICATIONS, with configurable default |
ASK_REPLICASPECIFICATIONS() |
Getter for REPLICASPECIFICATIONS w/ exceptions if field has |
HAS_REPLICASPECIFICATIONS() |
Determine if REPLICASPECIFICATIONS has a value |
latestStreamArn¶
The Amazon Resource Name (ARN) of the stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTSTREAMARN() |
Getter for LATESTSTREAMARN, with configurable default |
ASK_LATESTSTREAMARN() |
Getter for LATESTSTREAMARN w/ exceptions if field has no val |
HAS_LATESTSTREAMARN() |
Determine if LATESTSTREAMARN has a value |
cdcSpecification¶
The CDC stream settings of the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CDCSPECIFICATION() |
Getter for CDCSPECIFICATION |
warmThroughputSpecification¶
The warm throughput settings for the table, including the current status and configured read and write capacity units.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARMTHROUGHPUTSPEC() |
Getter for WARMTHROUGHPUTSPECIFICATION |