serverless_caches
Retrieves a list of serverless_caches
in a region
Overview
Name | serverless_caches |
Type | Resource |
Description | serverless_caches |
Id | awscc.elasticache.serverless_caches |
Fields
Name | Datatype | Description |
---|---|---|
serverless_cache_name | string | The name of the Serverless Cache. This value must be unique. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
serverless_cache_name
FROM awscc.elasticache.serverless_caches
WHERE region = 'us-east-1'
Permissions
To operate on the serverless_caches
resource, the following permissions are required:
Create
elasticache:CreateServerlessCache,
elasticache:DescribeServerlessCaches,
elasticache:AddTagsToResource,
elasticache:ListTagsForResource,
ec2:CreateTags,
ec2:CreateVpcEndpoint,
kms:CreateGrant,
kms:DescribeKey
List
elasticache:DescribeServerlessCaches,
elasticache:ListTagsForResource