Values.S3BucketLogDestinationSourceSpecifies an Amazon S3 bucket for logging audio conversations
type nonrec t = {kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
*)s3BucketArn : S3BucketArn.t;The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
*)logPrefix : LogPrefix.t;The S3 prefix to assign to audio log files.
*)}