Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnCacheClusterPropsMixin.Builder
Packages that use CfnCacheClusterPropsMixin.Builder
-
Uses of CfnCacheClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticache
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticache that return CfnCacheClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCacheClusterPropsMixin.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) If you are running Valkey 7.2 or later, or Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next minor version upgrade campaign.CfnCacheClusterPropsMixin.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) If you are running Valkey 7.2 or later, or Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next minor version upgrade campaign.Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.CfnCacheClusterPropsMixin.Builder.cacheNodeType(String cacheNodeType) The compute and memory capacity of the nodes in the node group (shard).CfnCacheClusterPropsMixin.Builder.cacheParameterGroupName(String cacheParameterGroupName) The name of the parameter group to associate with this cluster.CfnCacheClusterPropsMixin.Builder.cacheSecurityGroupNames(List<String> cacheSecurityGroupNames) A list of security group names to associate with this cluster.CfnCacheClusterPropsMixin.Builder.cacheSubnetGroupName(String cacheSubnetGroupName) The name of the subnet group to be used for the cluster.CfnCacheClusterPropsMixin.Builder.clusterName(String clusterName) A name for the cache cluster.CfnCacheClusterPropsMixin.Builder.create()CfnCacheClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the cache engine to be used for this cluster.CfnCacheClusterPropsMixin.Builder.engineVersion(String engineVersion) The version number of the cache engine to be used for this cluster.CfnCacheClusterPropsMixin.Builder.ipDiscovery(String ipDiscovery) The network type you choose when modifying a cluster, eitheripv4|ipv6.CfnCacheClusterPropsMixin.Builder.logDeliveryConfigurations(List<? extends Object> logDeliveryConfigurations) Specifies the destination, format and type of the logs.CfnCacheClusterPropsMixin.Builder.logDeliveryConfigurations(IResolvable logDeliveryConfigurations) Specifies the destination, format and type of the logs.CfnCacheClusterPropsMixin.Builder.networkType(String networkType) Must be eitheripv4|ipv6|dual_stack.CfnCacheClusterPropsMixin.Builder.notificationTopicArn(String notificationTopicArn) The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.CfnCacheClusterPropsMixin.Builder.numCacheNodes(Number numCacheNodes) The number of cache nodes that the cache cluster should have.The port number on which each of the cache nodes accepts connections.CfnCacheClusterPropsMixin.Builder.preferredAvailabilityZone(String preferredAvailabilityZone) The EC2 Availability Zone in which the cluster is created.CfnCacheClusterPropsMixin.Builder.preferredAvailabilityZones(List<String> preferredAvailabilityZones) A list of the Availability Zones in which cache nodes are created.CfnCacheClusterPropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Specifies the weekly time range during which maintenance on the cluster is performed.CfnCacheClusterPropsMixin.Builder.snapshotArns(List<String> snapshotArns) 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.CfnCacheClusterPropsMixin.Builder.snapshotName(String snapshotName) The name of a Valkey or Redis OSS snapshot from which to restore data into the new node group (shard).CfnCacheClusterPropsMixin.Builder.snapshotRetentionLimit(Number snapshotRetentionLimit) The number of days for which ElastiCache retains automatic snapshots before deleting them.CfnCacheClusterPropsMixin.Builder.snapshotWindow(String snapshotWindow) The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).A list of tags to be added to this resource.CfnCacheClusterPropsMixin.Builder.transitEncryptionEnabled(Boolean transitEncryptionEnabled) A flag that enables in-transit encryption when set to true.CfnCacheClusterPropsMixin.Builder.transitEncryptionEnabled(IResolvable transitEncryptionEnabled) A flag that enables in-transit encryption when set to true.CfnCacheClusterPropsMixin.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) One or more VPC security groups associated with the cluster.