Module Values_2.SnapshotDestinationConfigurationSource

A structure that contains information on the Amazon S3 destinations of the generated snapshot.

Sourcetype nonrec t = {
  1. s3Destinations : SnapshotS3DestinationConfigurationList.t option;
    (*

    A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.

    *)
}
Sourceval make : ?s3Destinations:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of string ]) 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