Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dax.CfnClusterPropsMixin.Builder
Packages that use CfnClusterPropsMixin.Builder
-
Uses of CfnClusterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dax
Methods in software.amazon.awscdk.cfnpropertymixins.services.dax that return CfnClusterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnClusterPropsMixin.Builder.availabilityZones(List<String> availabilityZones) The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or updated.CfnClusterPropsMixin.Builder.clusterEndpointEncryptionType(String clusterEndpointEncryptionType) The encryption type of the cluster's endpoint.CfnClusterPropsMixin.Builder.clusterName(String clusterName) The name of the DAX cluster.static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create()static CfnClusterPropsMixin.BuilderCfnClusterPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnClusterPropsMixin.Builder.description(String description) The description of the cluster.CfnClusterPropsMixin.Builder.iamRoleArn(String iamRoleArn) A valid Amazon Resource Name (ARN) that identifies an IAM role.CfnClusterPropsMixin.Builder.networkType(String networkType) The IP address type of the cluster.The node type for the nodes in the cluster.CfnClusterPropsMixin.Builder.notificationTopicArn(String notificationTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.CfnClusterPropsMixin.Builder.parameterGroupName(String parameterGroupName) The parameter group to be associated with the DAX cluster.CfnClusterPropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) A range of time when maintenance of DAX cluster software will be performed.CfnClusterPropsMixin.Builder.replicationFactor(Number replicationFactor) The number of nodes in the DAX cluster.CfnClusterPropsMixin.Builder.securityGroupIds(List<String> securityGroupIds) A list of security group IDs to be assigned to each node in the DAX cluster.CfnClusterPropsMixin.Builder.sseSpecification(CfnClusterPropsMixin.SSESpecificationProperty sseSpecification) Represents the settings used to enable server-side encryption on the cluster.CfnClusterPropsMixin.Builder.sseSpecification(IResolvable sseSpecification) Represents the settings used to enable server-side encryption on the cluster.CfnClusterPropsMixin.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.