serverless_caches_list_only
Lists serverless_caches
in a region or regions, for all properties use serverless_caches
Overview
Name | serverless_caches_list_only |
Type | Resource |
Description | The AWS::ElastiCache::ServerlessCache resource creates an Amazon ElastiCache Serverless Cache. |
Id | aws.elasticache.serverless_caches_list_only |
Fields
Name | Datatype | Description |
---|---|---|
serverless_cache_name | string | The name of the Serverless Cache. This value must be unique. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all serverless_caches
in a region.
SELECT
region,
serverless_cache_name
FROM aws.elasticache.serverless_caches_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the serverless_caches_list_only
resource, see serverless_caches