/AWS1/CL_IOSERRORREPORTLOC¶
The Amazon S3 destination where errors associated with the job creation request are saved.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_bucket
TYPE /AWS1/IOSBUCKET
/AWS1/IOSBUCKET
¶
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
iv_prefix
TYPE /AWS1/IOSSTRING
/AWS1/IOSSTRING
¶
Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
Queryable Attributes¶
bucket¶
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
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¶
Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
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 |