Values.CopyServerlessCacheSnapshotRequestSourceCreates a copy of an existing serverless cache’s snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.
type nonrec t = {sourceServerlessCacheSnapshotName : String_.t;The identifier of the existing serverless cache’s snapshot to be copied. Available for Valkey, Redis OSS and Serverless Memcached only.
*)targetServerlessCacheSnapshotName : String_.t;The identifier for the snapshot to be created. Available for Valkey, Redis OSS and Serverless Memcached only. This value is stored as a lowercase string.
*)kmsKeyId : String_.t option;The identifier of the KMS key used to encrypt the target snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.
*)}