serverless_cache
Gets an individual serverless_cache
resource
Overview
Name | serverless_cache |
Type | Resource |
Description | serverless_cache |
Id | awscc.elasticache.serverless_cache |
Fields
Name | Datatype | Description |
---|---|---|
serverless_cache_name | string | The name of the Serverless Cache. This value must be unique. |
description | string | The description of the Serverless Cache. |
engine | string | The engine name of the Serverless Cache. |
major_engine_version | string | The major engine version of the Serverless Cache. |
full_engine_version | string | The full engine version of the Serverless Cache. |
cache_usage_limits | object | |
kms_key_id | string | The ID of the KMS key used to encrypt the cluster. |
security_group_ids | array | One or more Amazon VPC security groups associated with this Serverless Cache. |
snapshot_arns_to_restore | array | The ARN's of snapshot to restore Serverless Cache. |
tags | array | An array of key-value pairs to apply to this Serverless Cache. |
user_group_id | string | The ID of the user group. |
subnet_ids | array | The subnet id's of the Serverless Cache. |
snapshot_retention_limit | integer | The snapshot retention limit of the Serverless Cache. |
daily_snapshot_time | string | The daily time range (in UTC) during which the service takes automatic snapshot of the Serverless Cache. |
create_time | string | The creation time of the Serverless Cache. |
status | string | The status of the Serverless Cache. |
endpoint | object | |
reader_endpoint | object | |
arn | string | The ARN of the Serverless Cache. |
final_snapshot_name | string | The final snapshot name which is taken before Serverless Cache is deleted. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
serverless_cache_name,
description,
engine,
major_engine_version,
full_engine_version,
cache_usage_limits,
kms_key_id,
security_group_ids,
snapshot_arns_to_restore,
tags,
user_group_id,
subnet_ids,
snapshot_retention_limit,
daily_snapshot_time,
create_time,
status,
endpoint,
reader_endpoint,
arn,
final_snapshot_name
FROM awscc.elasticache.serverless_cache
WHERE data__Identifier = '<ServerlessCacheName>';
Permissions
To operate on the serverless_cache
resource, the following permissions are required:
Read
elasticache:DescribeServerlessCaches,
elasticache:ListTagsForResource
Update
elasticache:ModifyServerlessCache,
elasticache:DescribeServerlessCaches,
elasticache:AddTagsToResource,
elasticache:ListTagsForResource,
elasticache:RemoveTagsFromResource
Delete
elasticache:DeleteServerlessCache,
elasticache:DescribeServerlessCaches,
elasticache:ListTagsForResource