Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.memorydb.CfnClusterPropsMixin.Builder
Packages that use CfnClusterPropsMixin.Builder
-
Uses of CfnClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.memorydb
Methods in software.amazon.awscdk.cfnpropertymixins.services.memorydb that return CfnClusterPropsMixin.BuilderModifier and TypeMethodDescriptionThe name of the Access Control List to associate with the cluster .CfnClusterPropsMixin.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) When set to true, the cluster will automatically receive minor engine version upgrades after launch.CfnClusterPropsMixin.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) When set to true, the cluster will automatically receive minor engine version upgrades after launch.CfnClusterPropsMixin.Builder.clusterEndpoint(CfnClusterPropsMixin.EndpointProperty clusterEndpoint) The cluster 's configuration endpoint.CfnClusterPropsMixin.Builder.clusterEndpoint(IResolvable clusterEndpoint) The cluster 's configuration endpoint.CfnClusterPropsMixin.Builder.clusterName(String clusterName) The name of the cluster .static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create()static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnClusterPropsMixin.Builder.dataTiering(String dataTiering) Enables data tiering.CfnClusterPropsMixin.Builder.description(String description) A description of the cluster .The name of the engine used by the cluster.CfnClusterPropsMixin.Builder.engineVersion(String engineVersion) The Redis engine version used by the cluster .CfnClusterPropsMixin.Builder.finalSnapshotName(String finalSnapshotName) The user-supplied name of a final cluster snapshot.CfnClusterPropsMixin.Builder.ipDiscovery(String ipDiscovery) The mechanism that the cluster uses to discover IP addresses.The ID of the KMS key used to encrypt the cluster .CfnClusterPropsMixin.Builder.maintenanceWindow(String maintenanceWindow) Specifies the weekly time range during which maintenance on the cluster is performed.CfnClusterPropsMixin.Builder.multiRegionClusterName(String multiRegionClusterName) The name of the multi-Region cluster that this cluster belongs to.CfnClusterPropsMixin.Builder.networkType(String networkType) The IP address type for the cluster.The cluster 's node type.CfnClusterPropsMixin.Builder.numReplicasPerShard(Number numReplicasPerShard) The number of replicas to apply to each shard.The number of shards in the cluster .CfnClusterPropsMixin.Builder.parameterGroupName(String parameterGroupName) The name of the parameter group used by the cluster .The port used by the cluster .CfnClusterPropsMixin.Builder.securityGroupIds(List<? extends Object> securityGroupIds) A list of security group names to associate with this cluster .CfnClusterPropsMixin.Builder.snapshotArns(List<String> snapshotArns) A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.CfnClusterPropsMixin.Builder.snapshotName(String snapshotName) The name of a snapshot from which to restore data into the new cluster .CfnClusterPropsMixin.Builder.snapshotRetentionLimit(Number snapshotRetentionLimit) The number of days for which MemoryDB retains automatic snapshots before deleting them.CfnClusterPropsMixin.Builder.snapshotWindow(String snapshotWindow) The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.CfnClusterPropsMixin.Builder.snsTopicArn(String snsTopicArn) When you pass the logical ID of this resource to the intrinsicReffunction, Ref returns the ARN of the SNS topic, such asarn:aws:memorydb:us-east-1:123456789012:mySNSTopic.CfnClusterPropsMixin.Builder.snsTopicStatus(String snsTopicStatus) The SNS topic must be in Active status to receive notifications.CfnClusterPropsMixin.Builder.subnetGroupName(String subnetGroupName) The name of the subnet group used by the cluster .An array of key-value pairs to apply to this resource.CfnClusterPropsMixin.Builder.tlsEnabled(Boolean tlsEnabled) A flag to indicate if In-transit encryption is enabled.CfnClusterPropsMixin.Builder.tlsEnabled(IResolvable tlsEnabled) A flag to indicate if In-transit encryption is enabled.