/AWS1/CL_R5AS3REPORTOUTPUTCONF¶
Configuration for delivering generated reports to an Amazon S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucketpath TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING¶
The S3 bucket name and optional prefix where reports are stored. Format: bucket-name or bucket-name/prefix.
iv_bucketowner TYPE /AWS1/R5AACCOUNTID /AWS1/R5AACCOUNTID¶
The Amazon Web Services account ID that owns the S3 bucket. Required to ensure the bucket is still owned by the same expected owner at generation time.
Queryable Attributes¶
bucketPath¶
The S3 bucket name and optional prefix where reports are stored. Format: bucket-name or bucket-name/prefix.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETPATH() |
Getter for BUCKETPATH, with configurable default |
ASK_BUCKETPATH() |
Getter for BUCKETPATH w/ exceptions if field has no value |
HAS_BUCKETPATH() |
Determine if BUCKETPATH has a value |
bucketOwner¶
The Amazon Web Services account ID that owns the S3 bucket. Required to ensure the bucket is still owned by the same expected owner at generation time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETOWNER() |
Getter for BUCKETOWNER, with configurable default |
ASK_BUCKETOWNER() |
Getter for BUCKETOWNER w/ exceptions if field has no value |
HAS_BUCKETOWNER() |
Determine if BUCKETOWNER has a value |