/AWS1/CL_ACOS3LOCATION¶
Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler reports are generated and then written to.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/ACOS3BUCKET /AWS1/ACOS3BUCKET¶
Name of the S3 bucket.
iv_prefix TYPE /AWS1/ACOS3PREFIX /AWS1/ACOS3PREFIX¶
Prefix for the location to write to.
Queryable Attributes¶
bucket¶
Name of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
prefix¶
Prefix for the location to write to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |