Values.ProtectedQueryS3OutputConfigurationSourceContains the configuration to write the query results to S3.
type nonrec t = {resultFormat : ResultFormat.t;Intended file format of the result.
*)bucket : ProtectedQueryS3OutputConfigurationBucketString.t;The S3 bucket to unload the protected query results.
*)keyPrefix : KeyPrefix.t option;The S3 prefix to unload the protected query results.
*)singleFileOutput : Boolean.t option;Indicates whether files should be output as a single file (TRUE) or output as multiple files (FALSE). This parameter is only supported for analyses with the Spark analytics engine.
*)}val make :
?keyPrefix:??? ->
?singleFileOutput:??? ->
resultFormat:ResultFormat.t ->
bucket:ProtectedQueryS3OutputConfigurationBucketString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ProtectedQueryS3OutputConfigurationBucketString.t ])
list ]