AWS::ElastiCache::CacheClusterResource Type definition for AWS::ElastiCache::CacheCluster
29 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CacheNodeType | string | Required |
Engine | string | RequiredCreate-only |
NumCacheNodes | integer | Required |
AutoMinorVersionUpgrade | boolean | |
AZMode | string | |
CacheParameterGroupName | string | |
CacheSecurityGroupNames | Array<string> | |
CacheSubnetGroupName | string | Create-only |
ClusterName | string | Create-only |
ConfigurationEndpointAddress | string | |
ConfigurationEndpointPort | string | |
EngineVersion | string | |
IpDiscovery | string | |
LogDeliveryConfigurations | Array<LogDeliveryConfigurationRequest> | |
NetworkType | string | Create-only |
NotificationTopicArn | string | |
Port | integer | Create-only |
PreferredAvailabilityZone | string | |
PreferredAvailabilityZones | Array<string> | |
PreferredMaintenanceWindow | string | |
RedisEndpointAddress | string | |
RedisEndpointPort | string | |
SnapshotArns | Array<string> | Create-only |
SnapshotName | string | Create-only |
SnapshotRetentionLimit | integer | |
SnapshotWindow | string | |
Tags | Array<Tag> | |
TransitEncryptionEnabled | boolean | |
VpcSecurityGroupIds | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::CacheCluster
Resources:
MyResource:
Type: AWS::ElastiCache::CacheCluster
Properties:
CacheNodeType: "value"
NumCacheNodes: 1
Engine: "value"
Tags:
- Key: Environment
Value: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PortSnapshotArnsSnapshotNameCacheSubnetGroupNameClusterNameNetworkTypeEngine