AWS::ElastiCache::ServerlessCacheThe AWS::ElastiCache::ServerlessCache resource creates an Amazon ElastiCache Serverless Cache.
16 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Engine | string | Required |
ServerlessCacheName | string | RequiredCreate-only |
CacheUsageLimits | CacheUsageLimits | |
DailySnapshotTime | string | |
Description | string | |
Endpoint | Endpoint | |
FinalSnapshotName | string | Write-only |
KmsKeyId | string | Create-only |
MajorEngineVersion | string | |
ReaderEndpoint | Endpoint | |
SecurityGroupIds | Array<string> | |
SnapshotArnsToRestore | Array<string> | Create-onlyWrite-only |
SnapshotRetentionLimit | integer | |
SubnetIds | Array<string> | Create-only |
Tags | Array<Tag> | |
UserGroupId | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ARN | string | The ARN of the Serverless Cache. |
CreateTime | string | The creation time of the Serverless Cache. |
FullEngineVersion | string | The full engine version of the Serverless Cache. |
Status | string | The status of the Serverless Cache. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::ServerlessCache
Resources:
MyResource:
Type: AWS::ElastiCache::ServerlessCache
Properties:
ServerlessCacheName: "my-serverlesscachename"
Engine: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
elasticache:CreateServerlessCacheelasticache:DescribeServerlessCacheselasticache:AddTagsToResourceelasticache:ListTagsForResourceec2:CreateTagsec2:CreateVpcEndpointkms:CreateGrantkms:DescribeKeyelasticache:DescribeServerlessCacheselasticache:ListTagsForResourceelasticache:ModifyServerlessCacheelasticache:DescribeServerlessCacheselasticache:AddTagsToResourceelasticache:ListTagsForResourceelasticache:RemoveTagsFromResourceelasticache:DeleteServerlessCacheelasticache:DescribeServerlessCacheselasticache:ListTagsForResourceelasticache:DescribeServerlessCacheselasticache:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterServerlessCacheNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServerlessCacheNameKmsKeyIdSnapshotArnsToRestoreSubnetIds