/AWS1/CL_GLUDYNAMODBELTCNCTO00¶
Specifies a DynamoDB ELT connector source for extracting data from DynamoDB tables.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GLUNODENAME /AWS1/GLUNODENAME¶
The name of the DynamoDB ELT connector source.
Optional arguments:¶
io_connectionoptions TYPE REF TO /AWS1/CL_GLUDDBELTCONNOPTIONS /AWS1/CL_GLUDDBELTCONNOPTIONS¶
The connection options for the DynamoDB ELT connector source.
it_outputschemas TYPE /AWS1/CL_GLUGLUESCHEMA=>TT_GLUESCHEMAS TT_GLUESCHEMAS¶
Specifies the data schema for the DynamoDB ELT connector source.
Queryable Attributes¶
Name¶
The name of the DynamoDB ELT connector source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
ConnectionOptions¶
The connection options for the DynamoDB ELT connector source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONOPTIONS() |
Getter for CONNECTIONOPTIONS |
OutputSchemas¶
Specifies the data schema for the DynamoDB ELT connector source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTSCHEMAS() |
Getter for OUTPUTSCHEMAS, with configurable default |
ASK_OUTPUTSCHEMAS() |
Getter for OUTPUTSCHEMAS w/ exceptions if field has no value |
HAS_OUTPUTSCHEMAS() |
Determine if OUTPUTSCHEMAS has a value |