/AWS1/CL_CWLCONFTMPLDELIVERY00¶
This structure contains the default values that are used for each configuration parameter when you use CreateDelivery to create a deliver under the current service type, resource type, and log type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_recordfields TYPE /AWS1/CL_CWLRECORDFIELDS_W=>TT_RECORDFIELDS TT_RECORDFIELDS¶
The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.
iv_fielddelimiter TYPE /AWS1/CWLFIELDDELIMITER /AWS1/CWLFIELDDELIMITER¶
The default field delimiter that is used in a CreateDelivery operation when the field delimiter is not specified in that operation. The field delimiter is used only when the final output delivery is in
Plain,W3C, orRawformat.
io_s3deliveryconfiguration TYPE REF TO /AWS1/CL_CWLS3DELIVERYCONF /AWS1/CL_CWLS3DELIVERYCONF¶
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.
Queryable Attributes¶
recordFields¶
The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDFIELDS() |
Getter for RECORDFIELDS, with configurable default |
ASK_RECORDFIELDS() |
Getter for RECORDFIELDS w/ exceptions if field has no value |
HAS_RECORDFIELDS() |
Determine if RECORDFIELDS has a value |
fieldDelimiter¶
The default field delimiter that is used in a CreateDelivery operation when the field delimiter is not specified in that operation. The field delimiter is used only when the final output delivery is in
Plain,W3C, orRawformat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDDELIMITER() |
Getter for FIELDDELIMITER, with configurable default |
ASK_FIELDDELIMITER() |
Getter for FIELDDELIMITER w/ exceptions if field has no valu |
HAS_FIELDDELIMITER() |
Determine if FIELDDELIMITER has a value |
s3DeliveryConfiguration¶
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DELIVERYCONFIGURATION() |
Getter for S3DELIVERYCONFIGURATION |