/AWS1/CL_GLULOCATION¶
The location of resources.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jdbc TYPE /AWS1/CL_GLUCODEGENNODEARG=>TT_CODEGENNODEARGS TT_CODEGENNODEARGS¶
A JDBC location.
it_s3 TYPE /AWS1/CL_GLUCODEGENNODEARG=>TT_CODEGENNODEARGS TT_CODEGENNODEARGS¶
An Amazon Simple Storage Service (Amazon S3) location.
it_dynamodb TYPE /AWS1/CL_GLUCODEGENNODEARG=>TT_CODEGENNODEARGS TT_CODEGENNODEARGS¶
An Amazon DynamoDB table location.
Queryable Attributes¶
Jdbc¶
A JDBC location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JDBC() |
Getter for JDBC, with configurable default |
ASK_JDBC() |
Getter for JDBC w/ exceptions if field has no value |
HAS_JDBC() |
Determine if JDBC has a value |
S3¶
An Amazon Simple Storage Service (Amazon S3) location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3() |
Getter for S3, with configurable default |
ASK_S3() |
Getter for S3 w/ exceptions if field has no value |
HAS_S3() |
Determine if S3 has a value |
DynamoDB¶
An Amazon DynamoDB table location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMODB() |
Getter for DYNAMODB, with configurable default |
ASK_DYNAMODB() |
Getter for DYNAMODB w/ exceptions if field has no value |
HAS_DYNAMODB() |
Determine if DYNAMODB has a value |