Values_0.SnapshotS3DestinationConfigurationSourceA structure that describes the Amazon S3 settings to use to save the generated dashboard snapshot.
type nonrec t = {bucketConfiguration : S3BucketConfiguration.t;A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]