/AWS1/CL_FNSCODECONFIGURATION¶
The structure of the customer code available within the running cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3bucket TYPE /AWS1/FNSS3BUCKET /AWS1/FNSS3BUCKET¶
A unique name for the S3 bucket.
iv_s3key TYPE /AWS1/FNSS3KEY /AWS1/FNSS3KEY¶
The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.
iv_s3objectversion TYPE /AWS1/FNSS3OBJECTVERSION /AWS1/FNSS3OBJECTVERSION¶
The version of an S3 object.
Queryable Attributes¶
s3Bucket¶
A unique name for the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
s3Key¶
The full S3 path (excluding bucket) to the .zip file. This file contains the code that is loaded onto the cluster when it's started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3KEY() |
Getter for S3KEY, with configurable default |
ASK_S3KEY() |
Getter for S3KEY w/ exceptions if field has no value |
HAS_S3KEY() |
Determine if S3KEY has a value |
s3ObjectVersion¶
The version of an S3 object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3OBJECTVERSION() |
Getter for S3OBJECTVERSION, with configurable default |
ASK_S3OBJECTVERSION() |
Getter for S3OBJECTVERSION w/ exceptions if field has no val |
HAS_S3OBJECTVERSION() |
Determine if S3OBJECTVERSION has a value |