/AWS1/CL_IMGS3LOGS¶
Amazon S3 logging configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3bucketname TYPE /AWS1/IMGNONEMPTYSTRING /AWS1/IMGNONEMPTYSTRING¶
The S3 bucket in which to store the logs.
iv_s3keyprefix TYPE /AWS1/IMGNONEMPTYSTRING /AWS1/IMGNONEMPTYSTRING¶
The Amazon S3 path to the bucket where the logs are stored.
Queryable Attributes¶
s3BucketName¶
The S3 bucket in which to store the logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETNAME() |
Getter for S3BUCKETNAME, with configurable default |
ASK_S3BUCKETNAME() |
Getter for S3BUCKETNAME w/ exceptions if field has no value |
HAS_S3BUCKETNAME() |
Determine if S3BUCKETNAME has a value |
s3KeyPrefix¶
The Amazon S3 path to the bucket where the logs are stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3KEYPREFIX() |
Getter for S3KEYPREFIX, with configurable default |
ASK_S3KEYPREFIX() |
Getter for S3KEYPREFIX w/ exceptions if field has no value |
HAS_S3KEYPREFIX() |
Determine if S3KEYPREFIX has a value |