/AWS1/CL_PIPS3ARTIFACTLOCATION¶
The location of the S3 bucket that contains a revision.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_bucketname
TYPE /AWS1/PIPS3BUCKETNAME
/AWS1/PIPS3BUCKETNAME
¶
The name of the S3 bucket.
iv_objectkey
TYPE /AWS1/PIPS3OBJECTKEY
/AWS1/PIPS3OBJECTKEY
¶
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
Queryable Attributes¶
bucketName¶
The name of the S3 bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
objectKey¶
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OBJECTKEY() |
Getter for OBJECTKEY, with configurable default |
ASK_OBJECTKEY() |
Getter for OBJECTKEY w/ exceptions if field has no value |
HAS_OBJECTKEY() |
Determine if OBJECTKEY has a value |