Skip to content

/AWS1/CL_BDCS3LOCATION

The Amazon S3 location configuration of a resource.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_bucket TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The name of the Amazon S3 bucket where the resource is stored.

iv_prefix TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The name of the Amazon S3 prefix/key where the resource is stored.

Optional arguments:

iv_versionid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The name of the Amazon S3 version ID where the resource is stored (Optional).


Queryable Attributes

bucket

The name of the Amazon S3 bucket where the resource is stored.

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

prefix

The name of the Amazon S3 prefix/key where the resource is stored.

Accessible with the following methods

Method Description
GET_PREFIX() Getter for PREFIX, with configurable default
ASK_PREFIX() Getter for PREFIX w/ exceptions if field has no value
HAS_PREFIX() Determine if PREFIX has a value

versionId

The name of the Amazon S3 version ID where the resource is stored (Optional).

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