Values.S3ConfigurationSourceDetails on S3 location for error reports that result from running a query.
type nonrec t = {bucketName : S3BucketName.t;Name of the S3 bucket under which error reports will be created.
*)objectKeyPrefix : S3ObjectKeyPrefix.t option;Prefix for the error report key. Timestream by default adds the following prefix to the error report path.
*)encryptionOption : S3EncryptionOption.t option;Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
*)}val make :
?objectKeyPrefix:??? ->
?encryptionOption:??? ->
bucketName:S3BucketName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of S3BucketName.t ]) list ]