/AWS1/CL_PIPS3LOCATION¶
The Amazon S3 artifact location for an action's artifacts.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucket TYPE /AWS1/PIPS3BUCKET /AWS1/PIPS3BUCKET¶
The Amazon S3 artifact bucket for an action's artifacts.
iv_key TYPE /AWS1/PIPS3KEY /AWS1/PIPS3KEY¶
The artifact name.
Queryable Attributes¶
bucket¶
The Amazon S3 artifact bucket for an action's artifacts.
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 artifact name.
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 |