/AWS1/CL_ACOSOURCES3LOCATION¶
Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/ACOS3BUCKET /AWS1/ACOS3BUCKET¶
Name of the bucket.
iv_key TYPE /AWS1/ACOS3KEY /AWS1/ACOS3KEY¶
Key of the object.
Optional arguments:¶
iv_region TYPE /AWS1/ACOS3BUCKETREGION /AWS1/ACOS3BUCKETREGION¶
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
Queryable Attributes¶
bucket¶
Name of the 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 |
key¶
Key of the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
region¶
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |