aws.elasticache.describe_serverless_caches
Example SQL Queries
SELECT * FROMaws.elasticache.describe_serverless_caches;Description
Returns information about a specific serverless cache. If no identifier is specified, then the API returns information on all the serverless caches belonging to this Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| serverless_cache_name Input Column The unique identifier of the serverless cache. | 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 the serverless cache. | VARCHAR |
| cache_usage_limits The cache usage limit for the serverless cache. | STRUCT( |
Show child fields
| |
| create_time When the serverless cache was created. | TIMESTAMP_S |
| daily_snapshot_time The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Redis OSS and Serverless Memcached only. | VARCHAR |
| description A description of the serverless cache. | VARCHAR |
| endpoint Represents the information required for client programs to connect to a cache node. This value is read-only. | STRUCT( |
Show child fields
| |
| engine The engine the serverless cache is compatible with. | VARCHAR |
| full_engine_version The name and version number of the engine the serverless cache is compatible with. | VARCHAR |
| kms_key_id The ID of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt data at rest in the serverless cache. | VARCHAR |
| major_engine_version The version number of the engine the serverless cache is compatible with. | VARCHAR |
| reader_endpoint Represents the information required for client programs to connect to a cache node. This value is read-only. | STRUCT( |
Show child fields
| |
| security_group_ids The IDs of the EC2 security groups associated with the serverless cache. | VARCHAR[] |
Show child fields
| |
| snapshot_retention_limit The current setting for the number of serverless cache snapshots the system will retain. Available for Redis OSS and Serverless Memcached only. | BIGINT |
| status The current status of the serverless cache. The allowed values are CREATING, AVAILABLE, DELETING, CREATE-FAILED and MODIFYING. | VARCHAR |
| subnet_ids If no subnet IDs are given and your VPC is in us-west-1, then ElastiCache will select 2 default subnets across AZs in your VPC. For all other Regions, if no subnet IDs are given then ElastiCache will select 3 default subnets across AZs in your default VPC. | VARCHAR[] |
Show child fields
| |
| user_group_id The identifier of the user group associated with the serverless cache. Available for Redis OSS only. Default is NULL. | VARCHAR |