| Package | Description |
|---|---|
| software.amazon.awscdk.services.dax |
Amazon DynamoDB Accelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.Builder |
CfnCluster.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 |
CfnCluster.Builder.clusterEndpointEncryptionType(String clusterEndpointEncryptionType)
The encryption type of the cluster's endpoint.
|
CfnCluster.Builder |
CfnCluster.Builder.clusterName(String clusterName)
The name of the DAX cluster.
|
static CfnCluster.Builder |
CfnCluster.Builder.create(software.constructs.Construct scope,
String id) |
CfnCluster.Builder |
CfnCluster.Builder.description(String description)
The description of the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.iamRoleArn(String iamRoleArn)
A valid Amazon Resource Name (ARN) that identifies an IAM role.
|
CfnCluster.Builder |
CfnCluster.Builder.nodeType(String nodeType)
The node type for the nodes in the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.notificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
|
CfnCluster.Builder |
CfnCluster.Builder.parameterGroupName(String parameterGroupName)
The parameter group to be associated with the DAX cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
A range of time when maintenance of DAX cluster software will be performed.
|
CfnCluster.Builder |
CfnCluster.Builder.replicationFactor(Number replicationFactor)
The number of nodes in the DAX cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.securityGroupIds(List<String> securityGroupIds)
A list of security group IDs to be assigned to each node in the DAX cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.sseSpecification(CfnCluster.SSESpecificationProperty sseSpecification)
Represents the settings used to enable server-side encryption on the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.sseSpecification(IResolvable sseSpecification)
Represents the settings used to enable server-side encryption on the cluster.
|
CfnCluster.Builder |
CfnCluster.Builder.subnetGroupName(String subnetGroupName)
The name of the subnet group to be used for the replication group.
|
CfnCluster.Builder |
CfnCluster.Builder.tags(Object tags)
A set of tags to associate with the DAX cluster.
|
Copyright © 2022. All rights reserved.