Skip to content

/AWS1/CL_REKS3OBJECT

Provides the S3 bucket name and object name.

The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.

For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see How Amazon Rekognition works with IAM in the Amazon Rekognition Developer Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_bucket TYPE /AWS1/REKS3BUCKET /AWS1/REKS3BUCKET

Name of the S3 bucket.

iv_name TYPE /AWS1/REKS3OBJECTNAME /AWS1/REKS3OBJECTNAME

S3 object key name.

iv_version TYPE /AWS1/REKS3OBJECTVERSION /AWS1/REKS3OBJECTVERSION

If the bucket is versioning enabled, you can specify the object version.


Queryable Attributes

Bucket

Name of the S3 bucket.

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

Name

S3 object key name.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Version

If the bucket is versioning enabled, you can specify the object version.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value