AWS::ElastiCache::ReplicationGroupResource Type definition for AWS::ElastiCache::ReplicationGroup
48 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ReplicationGroupDescription | string | Required |
AtRestEncryptionEnabled | boolean | Create-only |
AuthToken | string | |
AutomaticFailoverEnabled | boolean | |
AutoMinorVersionUpgrade | boolean | |
CacheNodeType | string | |
CacheParameterGroupName | string | |
CacheSecurityGroupNames | Array<string> | |
CacheSubnetGroupName | string | Create-only |
ClusterMode | string | |
ConfigurationEndPointAddress | string | |
ConfigurationEndPointPort | string | |
DataTieringEnabled | boolean | Create-only |
Engine | string | |
EngineVersion | string | |
GlobalReplicationGroupId | string | Create-only |
IpDiscovery | string | |
KmsKeyId | string | Create-only |
LogDeliveryConfigurations | Array<LogDeliveryConfigurationRequest> | |
MultiAZEnabled | boolean | |
NetworkType | string | Create-only |
NodeGroupConfiguration | Array<NodeGroupConfiguration> | |
NotificationTopicArn | string | |
NumCacheClusters | integer | |
NumNodeGroups | integer | |
Port | integer | Create-only |
PreferredCacheClusterAZs | Array<string> | Create-only |
PreferredMaintenanceWindow | string | |
PrimaryClusterId | string | |
PrimaryEndPointAddress | string | |
PrimaryEndPointPort | string | |
ReadEndPointAddresses | string | |
ReadEndPointAddressesList | Array<string> | |
ReadEndPointPorts | string | |
ReadEndPointPortsList | Array<string> | |
ReaderEndPointAddress | string | |
ReaderEndPointPort | string | |
ReplicasPerNodeGroup | integer | Create-only |
SecurityGroupIds | Array<string> | |
SnapshotArns | Array<string> | Create-only |
SnapshotName | string | Create-only |
SnapshotRetentionLimit | integer | |
SnapshottingClusterId | string | |
SnapshotWindow | string | |
Tags | Array<Tag> | |
TransitEncryptionEnabled | boolean | |
TransitEncryptionMode | string | |
UserGroupIds | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ReplicationGroupId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::ReplicationGroup
Resources:
MyResource:
Type: AWS::ElastiCache::ReplicationGroup
Properties:
ReplicationGroupDescription: "value"
Tags:
- Key: Environment
Value: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReplicationGroupIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyIdPortSnapshotArnsSnapshotNameCacheSubnetGroupNameNetworkTypeDataTieringEnabledAtRestEncryptionEnabledReplicationGroupIdGlobalReplicationGroupIdReplicasPerNodeGroupPreferredCacheClusterAZs