Skip to content

/AWS1/CL_GLUDYNAMODBCATALOGSRC

Specifies a DynamoDB data source in the Glue Data Catalog.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/GLUNODENAME /AWS1/GLUNODENAME

The name of the data source.

iv_database TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The name of the database to read from.

iv_table TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The name of the table in the database to read from.

Optional arguments:

iv_pitrenabled TYPE /AWS1/GLUBOXEDBOOLEAN /AWS1/GLUBOXEDBOOLEAN

Specifies whether Point-in-Time Recovery (PITR) is enabled for the DynamoDB table. When set to true, allows reading from a specific point in time. The default value is false.

io_additionaloptions TYPE REF TO /AWS1/CL_GLUDDBELTCATALOGADD00 /AWS1/CL_GLUDDBELTCATALOGADD00

Specifies additional connection options for the DynamoDB data source.


Queryable Attributes

Name

The name of the data 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

Database

The name of the database to read from.

Accessible with the following methods

Method Description
GET_DATABASE() Getter for DATABASE, with configurable default
ASK_DATABASE() Getter for DATABASE w/ exceptions if field has no value
HAS_DATABASE() Determine if DATABASE has a value

Table

The name of the table in the database to read from.

Accessible with the following methods

Method Description
GET_TABLE() Getter for TABLE, with configurable default
ASK_TABLE() Getter for TABLE w/ exceptions if field has no value
HAS_TABLE() Determine if TABLE has a value

PitrEnabled

Specifies whether Point-in-Time Recovery (PITR) is enabled for the DynamoDB table. When set to true, allows reading from a specific point in time. The default value is false.

Accessible with the following methods

Method Description
GET_PITRENABLED() Getter for PITRENABLED, with configurable default
ASK_PITRENABLED() Getter for PITRENABLED w/ exceptions if field has no value
HAS_PITRENABLED() Determine if PITRENABLED has a value

AdditionalOptions

Specifies additional connection options for the DynamoDB data source.

Accessible with the following methods

Method Description
GET_ADDITIONALOPTIONS() Getter for ADDITIONALOPTIONS