Module Values.ExportServerlessCacheSnapshotRequestSource

Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Valkey and Redis OSS only.

Sourcetype nonrec t = {
  1. serverlessCacheSnapshotName : String_.t;
    (*

    The identifier of the serverless cache snapshot to be exported to S3. Available for Valkey and Redis OSS only.

    *)
  2. s3BucketName : String_.t;
    (*

    Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Valkey and Redis OSS only.

    *)
}
Sourceval context_ : string
Sourceval make : serverlessCacheSnapshotName:String_.t -> s3BucketName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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