AWS::ElastiCache::ReplicationGroup: Properties: AutomaticFailoverEnabled: "\"true or false. Currently, replication groups are supported only for Redis clusters. \"" AutoMinorVersionUpgrade: "\"true of false\"" CacheNodeType: "\"Current generation: cache.t2.micro, cache.t2.small, cache.t2.medium, cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge\"" CacheParameterGroupName: "\"The name of the parameter group to associate with this replication group.\"" CacheSecurityGroupNames: | [ "A list of cache security group names to associate with this replication group.", "If you specify the SecurityGroupIds property, do not specify this property; you can specify only one." ] CacheSubnetGroupName: "\"The name of a cache subnet group to use for this replication group.\"" Engine: "\"Currently, you can specify only redis.\"" EngineVersion: "\"The version number of the cache engine to use for the cache clusters in this replication group.\"" NotificationTopicArn: "\"The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic to which notifications are sent.\"" NumCacheClusters: "\"The number of cache clusters for this replication group. If automatic failover is enabled, you must specify a value greater than 1.\"" Port: "\"The port number on which each member of the replication group accepts connections.\"" PreferredCacheClusterAZs: | [ "A list of Availability Zones (AZs) in which the cache clusters in this replication group are created." ] PreferredMaintenanceWindow: "\"Not Required. The weekly time range during which system maintenance can occur. Use the following format to specify a time range: ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). For example, you can specify sun:22:00-sun:23:30 for Sunday from 10 PM to 11:30 PM.\"" ReplicationGroupDescription: "\"Required: The description of the replication group.\"" SecurityGroupIds: | [ "A list of Amazon Virtual Private Cloud (Amazon VPC) security groups to associate with this replication group. Use this property only when you are creating a replication group in a VPC. If you specify the CacheSecurityGroupNames property, do not specify this property; you can specify only one." ] SnapshotArns: | [ "A single-element string list that specifies an ARN of a Redis .rdb snapshot file that is stored in Amazon Simple Storage Service (Amazon S3). The snapshot file populates the node group. The Amazon S3 object name in the ARN cannot contain commas. For example, you can specify arn:aws:s3:::my_bucket/snapshot1.rdb." ] SnapshotRetentionLimit: "\"The number of days that ElastiCache retains automatic snapshots before deleting them.\"" SnapshotWindow: "\"The time range (in UTC) when ElastiCache takes a daily snapshot of your node group. For example, you can specify 05:00-09:00.\""