---
type: resource-type
title: ServerlessCache
description: aws resource type AWS::ElastiCache::ServerlessCache
name: ServerlessCache
lexicon: aws
resource_type: AWS::ElastiCache::ServerlessCache
---
`AWS::ElastiCache::ServerlessCache`, a resource type of the aws lexicon.

## Properties

- `Engine` (`string`, required): The engine name of the Serverless Cache.
- `ServerlessCacheName` (`string`, required): The name of the Serverless Cache. This value must be unique.
- `ARN` (`string`, optional): The ARN of the Serverless Cache.
- `CacheUsageLimits` (`ServerlessCache_CacheUsageLimits`, optional)
- `CreateTime` (`string`, optional): The creation time of the Serverless Cache.
- `DailySnapshotTime` (`string`, optional): The daily time range (in UTC) during which the service takes automatic snapshot of the Serverless Cache.
- `Description` (`string`, optional): The description of the Serverless Cache.
- `Endpoint` (`ServerlessCache_Endpoint`, optional)
- `FinalSnapshotName` (`string`, optional): The final snapshot name which is taken before Serverless Cache is deleted.
- `FullEngineVersion` (`string`, optional): The full engine version of the Serverless Cache.
- `KmsKeyId` (`string`, optional): The ID of the KMS key used to encrypt the cluster.
- `MajorEngineVersion` (`string`, optional): The major engine version of the Serverless Cache.
- `ReaderEndpoint` (`ServerlessCache_Endpoint`, optional)
- `SecurityGroupIds` (`string[]`, optional): One or more Amazon VPC security groups associated with this Serverless Cache.
- `SnapshotArnsToRestore` (`string[]`, optional): The ARN's of snapshot to restore Serverless Cache.
- `SnapshotRetentionLimit` (`number`, optional): The snapshot retention limit of the Serverless Cache.
- `Status` (`string`, optional): The status of the Serverless Cache.
- `SubnetIds` (`string[]`, optional): The subnet id's of the Serverless Cache.
- `Tags` (`ServerlessCache_Tag[]`, optional): An array of key-value pairs to apply to this Serverless Cache.
- `UserGroupId` (`string`, optional): The ID of the user group.

## Attributes

- `ARN`
- `CreateTime`
- `Endpoint.Address`
- `Endpoint.Port`
- `FullEngineVersion`
- `ReaderEndpoint.Address`
- `ReaderEndpoint.Port`
- `Status`
