Skip to content

/AWS1/CL_GLUDDBELTCONNOPTIONS

Specifies connection options for DynamoDB ELT (Extract, Load, Transform) operations. This structure contains configuration parameters for connecting to and extracting data from DynamoDB tables using the ELT connector.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_dynamodbtablearn TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The Amazon Resource Name (ARN) of the DynamoDB table to extract data from. This parameter specifies the source table for the ELT operation.

Optional arguments:

iv_dynamodbexport TYPE /AWS1/GLUDDBEXPORTTYPE /AWS1/GLUDDBEXPORTTYPE

Specifies the export type for DynamoDB data extraction. This parameter determines how data is exported from the DynamoDB table during the ELT process.

iv_dynamodbunnestddbjson TYPE /AWS1/GLUBOOLEANVALUE /AWS1/GLUBOOLEANVALUE

A boolean value that specifies whether to unnest DynamoDB JSON format during data extraction. When set to true, the connector will flatten nested JSON structures from DynamoDB items. When set to false, the original DynamoDB JSON structure is preserved.

iv_dynamodbs3bucket TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The name of the Amazon S3 bucket used for intermediate storage during the DynamoDB ELT process. This bucket is used to temporarily store exported DynamoDB data before it is processed by the ELT job.

iv_dynamodbs3prefix TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The S3 object key prefix for files stored in the intermediate S3 bucket during the DynamoDB ELT process. This prefix helps organize and identify the temporary files created during data extraction.

iv_dynamodbs3bucketowner TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The Amazon Web Services account ID of the owner of the S3 bucket specified in DynamodbS3Bucket. This parameter is required when the S3 bucket is owned by a different Amazon Web Services account than the one running the ELT job, enabling cross-account access to the intermediate storage bucket.

iv_dynamodbstsrolearn TYPE /AWS1/GLUENCLOSEDINSTRINGPRP /AWS1/GLUENCLOSEDINSTRINGPRP

The Amazon Resource Name (ARN) of the Amazon Web Services Security Token Service (STS) role to assume for accessing DynamoDB and S3 resources during the ELT operation. This role must have the necessary permissions to read from the DynamoDB table and write to the intermediate S3 bucket.


Queryable Attributes

DynamodbExport

Specifies the export type for DynamoDB data extraction. This parameter determines how data is exported from the DynamoDB table during the ELT process.

Accessible with the following methods

Method Description
GET_DYNAMODBEXPORT() Getter for DYNAMODBEXPORT, with configurable default
ASK_DYNAMODBEXPORT() Getter for DYNAMODBEXPORT w/ exceptions if field has no valu
HAS_DYNAMODBEXPORT() Determine if DYNAMODBEXPORT has a value

DynamodbUnnestDDBJson

A boolean value that specifies whether to unnest DynamoDB JSON format during data extraction. When set to true, the connector will flatten nested JSON structures from DynamoDB items. When set to false, the original DynamoDB JSON structure is preserved.

Accessible with the following methods

Method Description
GET_DYNAMODBUNNESTDDBJSON() Getter for DYNAMODBUNNESTDDBJSON

DynamodbTableArn

The Amazon Resource Name (ARN) of the DynamoDB table to extract data from. This parameter specifies the source table for the ELT operation.

Accessible with the following methods

Method Description
GET_DYNAMODBTABLEARN() Getter for DYNAMODBTABLEARN, with configurable default
ASK_DYNAMODBTABLEARN() Getter for DYNAMODBTABLEARN w/ exceptions if field has no va
HAS_DYNAMODBTABLEARN() Determine if DYNAMODBTABLEARN has a value

DynamodbS3Bucket

The name of the Amazon S3 bucket used for intermediate storage during the DynamoDB ELT process. This bucket is used to temporarily store exported DynamoDB data before it is processed by the ELT job.

Accessible with the following methods

Method Description
GET_DYNAMODBS3BUCKET() Getter for DYNAMODBS3BUCKET, with configurable default
ASK_DYNAMODBS3BUCKET() Getter for DYNAMODBS3BUCKET w/ exceptions if field has no va
HAS_DYNAMODBS3BUCKET() Determine if DYNAMODBS3BUCKET has a value

DynamodbS3Prefix

The S3 object key prefix for files stored in the intermediate S3 bucket during the DynamoDB ELT process. This prefix helps organize and identify the temporary files created during data extraction.

Accessible with the following methods

Method Description
GET_DYNAMODBS3PREFIX() Getter for DYNAMODBS3PREFIX, with configurable default
ASK_DYNAMODBS3PREFIX() Getter for DYNAMODBS3PREFIX w/ exceptions if field has no va
HAS_DYNAMODBS3PREFIX() Determine if DYNAMODBS3PREFIX has a value

DynamodbS3BucketOwner

The Amazon Web Services account ID of the owner of the S3 bucket specified in DynamodbS3Bucket. This parameter is required when the S3 bucket is owned by a different Amazon Web Services account than the one running the ELT job, enabling cross-account access to the intermediate storage bucket.

Accessible with the following methods

Method Description
GET_DYNAMODBS3BUCKETOWNER() Getter for DYNAMODBS3BUCKETOWNER, with configurable default
ASK_DYNAMODBS3BUCKETOWNER() Getter for DYNAMODBS3BUCKETOWNER w/ exceptions if field has
HAS_DYNAMODBS3BUCKETOWNER() Determine if DYNAMODBS3BUCKETOWNER has a value

DynamodbStsRoleArn

The Amazon Resource Name (ARN) of the Amazon Web Services Security Token Service (STS) role to assume for accessing DynamoDB and S3 resources during the ELT operation. This role must have the necessary permissions to read from the DynamoDB table and write to the intermediate S3 bucket.

Accessible with the following methods

Method Description
GET_DYNAMODBSTSROLEARN() Getter for DYNAMODBSTSROLEARN, with configurable default
ASK_DYNAMODBSTSROLEARN() Getter for DYNAMODBSTSROLEARN w/ exceptions if field has no
HAS_DYNAMODBSTSROLEARN() Determine if DYNAMODBSTSROLEARN has a value