Module Values_2.SnapshotConfigurationSource

Describes the configuration of the dashboard snapshot.

Sourcetype nonrec t = {
  1. fileGroups : SnapshotFileGroupList.t;
    (*

    A list of SnapshotJobResultFileGroup objects that contain information about the snapshot that is generated. This list can hold a maximum of 6 FileGroup configurations.

    *)
  2. destinationConfiguration : SnapshotDestinationConfiguration.t option;
    (*

    A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.

    *)
  3. parameters : Values_1.Parameters.t option;
}
Sourceval context_ : string
Sourceval make : ?destinationConfiguration:??? -> ?parameters:??? -> fileGroups:SnapshotFileGroupList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of Values_0.ShortRestrictiveResourceId.t ]) list ] list ]) list ] list ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Double of Values_0.SensitiveDouble.t | `Long of Values_0.SensitiveLong.t | `String of Values_0.SensitiveString.t | `Timestamp of Values_0.SensitiveTimestamp.t ] list | `String of Values_0.NonEmptyString.t | `Structure of (string * [> `String of string ]) list ]) list ] list ]) 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