/AWS1/CL_KNSDEADLTRQUEUES3CONF¶
The Amazon S3 dead-letter queue configuration for records that cannot be delivered.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketarn TYPE /AWS1/KNSBUCKETARN /AWS1/KNSBUCKETARN¶
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
iv_expectedbucketowner TYPE /AWS1/KNSEXPECTEDBUCKETOWNER /AWS1/KNSEXPECTEDBUCKETOWNER¶
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.
Optional arguments:¶
iv_erroroutputprefix TYPE /AWS1/KNSS3ERROROUTPUTPREFIX /AWS1/KNSS3ERROROUTPUTPREFIX¶
The Amazon S3 key prefix for error records.
Queryable Attributes¶
BucketARN¶
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETARN() |
Getter for BUCKETARN, with configurable default |
ASK_BUCKETARN() |
Getter for BUCKETARN w/ exceptions if field has no value |
HAS_BUCKETARN() |
Determine if BUCKETARN has a value |
ExpectedBucketOwner¶
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDBUCKETOWNER() |
Getter for EXPECTEDBUCKETOWNER, with configurable default |
ASK_EXPECTEDBUCKETOWNER() |
Getter for EXPECTEDBUCKETOWNER w/ exceptions if field has no |
HAS_EXPECTEDBUCKETOWNER() |
Determine if EXPECTEDBUCKETOWNER has a value |
ErrorOutputPrefix¶
The Amazon S3 key prefix for error records.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROROUTPUTPREFIX() |
Getter for ERROROUTPUTPREFIX, with configurable default |
ASK_ERROROUTPUTPREFIX() |
Getter for ERROROUTPUTPREFIX w/ exceptions if field has no v |
HAS_ERROROUTPUTPREFIX() |
Determine if ERROROUTPUTPREFIX has a value |