Skip to content

/AWS1/CL_S3CJOBMANIFESTLOC

Contains the information required to locate a manifest object. Manifests can't be imported from directory buckets. For more information, see Directory buckets.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_objectarn TYPE /AWS1/S3CS3KEYARNSTRING /AWS1/S3CS3KEYARNSTRING

The Amazon Resource Name (ARN) for a manifest object.

When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.

iv_etag TYPE /AWS1/S3CNONEMPTYMAXLENGTH1000 /AWS1/S3CNONEMPTYMAXLENGTH1000

The ETag for the specified manifest object.

Optional arguments:

iv_objectversionid TYPE /AWS1/S3CS3OBJECTVERSIONID /AWS1/S3CS3OBJECTVERSIONID

The optional version ID to identify a specific version of the manifest object.


Queryable Attributes

ObjectArn

The Amazon Resource Name (ARN) for a manifest object.

When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.

Accessible with the following methods

Method Description
GET_OBJECTARN() Getter for OBJECTARN, with configurable default
ASK_OBJECTARN() Getter for OBJECTARN w/ exceptions if field has no value
HAS_OBJECTARN() Determine if OBJECTARN has a value

ObjectVersionId

The optional version ID to identify a specific version of the manifest object.

Accessible with the following methods

Method Description
GET_OBJECTVERSIONID() Getter for OBJECTVERSIONID, with configurable default
ASK_OBJECTVERSIONID() Getter for OBJECTVERSIONID w/ exceptions if field has no val
HAS_OBJECTVERSIONID() Determine if OBJECTVERSIONID has a value

ETag

The ETag for the specified manifest object.

Accessible with the following methods

Method Description
GET_ETAG() Getter for ETAG, with configurable default
ASK_ETAG() Getter for ETAG w/ exceptions if field has no value
HAS_ETAG() Determine if ETAG has a value