CreateCacheClusterRequest
Represents the input of a CreateCacheCluster operation.
Types
Properties
If you are running Valkey 7.2 and above or Redis OSS engine version 6.0 and above, set this parameter to yes to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
The node group (shard) identifier. This parameter is stored as a lowercase string.
The compute and memory capacity of the nodes in the node group (shard).
The name of the parameter group to associate with this cluster. If this argument is omitted, the default parameter group for the specified engine is used. You cannot use any parameter group which has cluster-enabled='yes'
when creating a cluster.
A list of security group names to associate with this cluster.
The name of the subnet group to be used for the cluster.
The version number of the cache engine to be used for this cluster. To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.
The network type you choose when modifying a cluster, either ipv4
| ipv6
. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the Nitro system.
Specifies the destination, format and type of the logs.
Must be either ipv4
| ipv6
| dual_stack
. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 and Memcached engine version 1.6.6 and above on all instances built on the Nitro system.
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
The initial number of cache nodes that the cluster has.
Specifies whether the nodes in the cluster are created in a single outpost or across multiple outposts.
The EC2 Availability Zone in which the cluster is created.
A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.
Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period.
The outpost ARN in which the cache cluster is created.
The outpost ARNs in which the cache cluster is created.
The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.
One or more VPC security groups associated with the cluster.
A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Valkey or Redis OSS RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas.
The name of a Valkey or Redis OSS snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring
while the new node group (shard) is being created.
The number of days for which ElastiCache retains automatic snapshots before deleting them. For example, if you set SnapshotRetentionLimit
to 5, a snapshot taken today is retained for 5 days before being deleted.
The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).
A flag that enables in-transit encryption when set to true.