/AWS1/CL_BDAS3IDENTIFIER¶
The identifier information for an Amazon S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3bucketname TYPE /AWS1/BDAS3BUCKETNAME /AWS1/BDAS3BUCKETNAME¶
The name of the S3 bucket.
iv_s3objectkey TYPE /AWS1/BDAS3OBJECTKEY /AWS1/BDAS3OBJECTKEY¶
The S3 object key for the S3 resource.
Queryable Attributes¶
s3BucketName¶
The name of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETNAME() |
Getter for S3BUCKETNAME, with configurable default |
ASK_S3BUCKETNAME() |
Getter for S3BUCKETNAME w/ exceptions if field has no value |
HAS_S3BUCKETNAME() |
Determine if S3BUCKETNAME has a value |
s3ObjectKey¶
The S3 object key for the S3 resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3OBJECTKEY() |
Getter for S3OBJECTKEY, with configurable default |
ASK_S3OBJECTKEY() |
Getter for S3OBJECTKEY w/ exceptions if field has no value |
HAS_S3OBJECTKEY() |
Determine if S3OBJECTKEY has a value |