/AWS1/CL_BDKS3CONFIG¶
S3 configuration for storing log data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/BDKBUCKETNAME /AWS1/BDKBUCKETNAME¶
S3 bucket name.
Optional arguments:¶
iv_keyprefix TYPE /AWS1/BDKKEYPREFIX /AWS1/BDKKEYPREFIX¶
S3 prefix.
Queryable Attributes¶
bucketName¶
S3 bucket name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
keyPrefix¶
S3 prefix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYPREFIX() |
Getter for KEYPREFIX, with configurable default |
ASK_KEYPREFIX() |
Getter for KEYPREFIX w/ exceptions if field has no value |
HAS_KEYPREFIX() |
Determine if KEYPREFIX has a value |