Values.ConfigurationTemplateDeliveryConfigValuesSourceThis 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.
type nonrec t = {recordFields : RecordFields.t option;The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.
*)fieldDelimiter : FieldDelimiter.t option;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, or Raw format.
*)s3DeliveryConfiguration : S3DeliveryConfiguration.t option;The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FieldHeader.t ] list
| `String of FieldDelimiter.t
| `Structure of
(string
* [> `Boolean of Boolean.t | `String of DeliverySuffixPath.t ])
list ])
list ]