Delete Serverless Cache Snapshot
elasticache_delete_serverless_cache_snapshot | R Documentation |
Deletes an existing serverless cache snapshot¶
Description¶
Deletes an existing serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.
Usage¶
Arguments¶
ServerlessCacheSnapshotName
[required] Idenfitier of the snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.
Value¶
A list with the following syntax:
list(
ServerlessCacheSnapshot = list(
ServerlessCacheSnapshotName = "string",
ARN = "string",
KmsKeyId = "string",
SnapshotType = "string",
Status = "string",
CreateTime = as.POSIXct(
"2015-01-01"
),
ExpiryTime = as.POSIXct(
"2015-01-01"
),
BytesUsedForCache = "string",
ServerlessCacheConfiguration = list(
ServerlessCacheName = "string",
Engine = "string",
MajorEngineVersion = "string"
)
)
)