Skip to content

/AWS1/CL_COPS3DESTINATION

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_bucket TYPE /AWS1/COPDESTINATIONBUCKET /AWS1/COPDESTINATIONBUCKET

The name of the Amazon S3 bucket used as the destination of an export file.

iv_key TYPE /AWS1/COPDESTINATIONKEY /AWS1/COPDESTINATIONKEY

The Amazon S3 bucket key of an export file.

The key uniquely identifies the object, or export file, in the S3 bucket.

iv_metadatakey TYPE /AWS1/COPMETADATAKEY /AWS1/COPMETADATAKEY

The Amazon S3 bucket key of a metadata file.

The key uniquely identifies the object, or metadata file, in the S3 bucket.


Queryable Attributes

bucket

The name of the Amazon S3 bucket used as the destination of an export file.

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 Amazon S3 bucket key of an export file.

The key uniquely identifies the object, or export file, in the S3 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

metadataKey

The Amazon S3 bucket key of a metadata file.

The key uniquely identifies the object, or metadata file, in the S3 bucket.

Accessible with the following methods

Method Description
GET_METADATAKEY() Getter for METADATAKEY, with configurable default
ASK_METADATAKEY() Getter for METADATAKEY w/ exceptions if field has no value
HAS_METADATAKEY() Determine if METADATAKEY has a value