aws.elasticache.describe_serverless_cache_snapshots
Example SQL Queries
SELECT * FROMaws.elasticache.describe_serverless_cache_snapshots;Description
Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis OSS and Serverless Memcached only.
Table Definition
| Column Name | Column Data Type |
|---|---|
| serverless_cache_name Input Column The identifier of serverless cache. If this parameter is specified, only snapshots associated with that specific serverless cache are described. Available for Redis OSS and Serverless Memcached only. | VARCHAR |
| serverless_cache_snapshot_name Input Column The identifier of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only. | VARCHAR |
| snapshot_type Input Column The type of snapshot of serverless cache. Available for Redis OSS and Serverless Memcached only. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only. | VARCHAR |
| bytes_used_for_cache The total size of a serverless cache snapshot, in bytes. Available for Redis OSS and Serverless Memcached only. | VARCHAR |
| create_time The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot. Available for Redis OSS and Serverless Memcached only. | TIMESTAMP_S |
| expiry_time The time that the serverless cache snapshot will expire. Available for Redis OSS and Serverless Memcached only. | TIMESTAMP_S |
| kms_key_id The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only. | VARCHAR |
| serverless_cache_configuration The configuration of the serverless cache, at the time the snapshot was taken. Available for Redis OSS and Serverless Memcached only. | STRUCT( |
Show child fields
| |
| status The current status of the serverless cache. Available for Redis OSS and Serverless Memcached only. | VARCHAR |