Uses of Class
software.amazon.awscdk.services.dax.CfnCluster.Builder
Packages that use CfnCluster.Builder
Package
Description
Amazon DynamoDB Accelerator Construct Library
- 
Uses of CfnCluster.Builder in software.amazon.awscdk.services.dax
Methods in software.amazon.awscdk.services.dax that return CfnCluster.BuilderModifier and TypeMethodDescriptionCfnCluster.Builder.availabilityZones(List<String> availabilityZones) The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.CfnCluster.Builder.clusterEndpointEncryptionType(String clusterEndpointEncryptionType) The encryption type of the cluster's endpoint.CfnCluster.Builder.clusterName(String clusterName) The name of the DAX cluster.static CfnCluster.BuilderCfnCluster.Builder.description(String description) The description of the cluster.CfnCluster.Builder.iamRoleArn(String iamRoleArn) A valid Amazon Resource Name (ARN) that identifies an IAM role.The node type for the nodes in the cluster.CfnCluster.Builder.notificationTopicArn(String notificationTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.CfnCluster.Builder.parameterGroupName(String parameterGroupName) The parameter group to be associated with the DAX cluster.CfnCluster.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) A range of time when maintenance of DAX cluster software will be performed.CfnCluster.Builder.replicationFactor(Number replicationFactor) The number of nodes in the DAX cluster.CfnCluster.Builder.securityGroupIds(List<String> securityGroupIds) A list of security group IDs to be assigned to each node in the DAX cluster.CfnCluster.Builder.sseSpecification(IResolvable sseSpecification) Represents the settings used to enable server-side encryption on the cluster.CfnCluster.Builder.sseSpecification(CfnCluster.SSESpecificationProperty sseSpecification) Represents the settings used to enable server-side encryption on the cluster.CfnCluster.Builder.subnetGroupName(String subnetGroupName) The name of the subnet group to be used for the replication group.A set of tags to associate with the DAX cluster.