/AWS1/CL_LOVINPUTS3OBJECT¶
Amazon S3 Location information for an input manifest file.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/LOVS3BUCKETNAME /AWS1/LOVS3BUCKETNAME¶
The Amazon S3 bucket that contains the manifest.
iv_key TYPE /AWS1/LOVS3OBJECTKEY /AWS1/LOVS3OBJECTKEY¶
The name and location of the manifest file withiin the bucket.
Optional arguments:¶
iv_versionid TYPE /AWS1/LOVS3OBJECTVERSION /AWS1/LOVS3OBJECTVERSION¶
The version ID of the bucket.
Queryable Attributes¶
Bucket¶
The Amazon S3 bucket that contains the manifest.
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¶
The name and location of the manifest file withiin the bucket.
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 |
VersionId¶
The version ID of the bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |