Module Values_0.SnapshotS3DestinationConfigurationSource

A structure that describes the Amazon S3 settings to use to save the generated dashboard snapshot.

Sourcetype nonrec t = {
  1. bucketConfiguration : S3BucketConfiguration.t;
    (*

    A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.

    *)
}
Sourceval context_ : string
Sourceval make : bucketConfiguration:S3BucketConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of NonEmptyString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t