/AWS1/CL_TSIS3CONFIGURATION¶
Configuration for S3 bucket log delivery.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/TSISTRING /AWS1/TSISTRING¶
The name of the S3 bucket to deliver logs to.
iv_enabled TYPE /AWS1/TSIBOOLEAN /AWS1/TSIBOOLEAN¶
Indicates whether log delivery to the S3 bucket is enabled.
Queryable Attributes¶
bucketName¶
The name of the S3 bucket to deliver logs to.
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 |
enabled¶
Indicates whether log delivery to the S3 bucket is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |