/AWS1/CL_KN2S3CONTENTBASELOC¶
The S3 bucket that holds the application information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketarn TYPE /AWS1/KN2BUCKETARN /AWS1/KN2BUCKETARN¶
The Amazon Resource Name (ARN) of the S3 bucket.
Optional arguments:¶
iv_basepath TYPE /AWS1/KN2BASEPATH /AWS1/KN2BASEPATH¶
The base path for the S3 bucket.
Queryable Attributes¶
BucketARN¶
The Amazon Resource Name (ARN) of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETARN() |
Getter for BUCKETARN, with configurable default |
ASK_BUCKETARN() |
Getter for BUCKETARN w/ exceptions if field has no value |
HAS_BUCKETARN() |
Determine if BUCKETARN has a value |
BasePath¶
The base path for the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASEPATH() |
Getter for BASEPATH, with configurable default |
ASK_BASEPATH() |
Getter for BASEPATH w/ exceptions if field has no value |
HAS_BASEPATH() |
Determine if BASEPATH has a value |