| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.clientAuthentication(ClientAuthentication clientAuthentication)
(experimental) Configuration properties for client authentication.
|
Cluster.Builder |
Cluster.Builder.clusterName(String clusterName)
(experimental) The physical name of the cluster.
|
Cluster.Builder |
Cluster.Builder.configurationInfo(ClusterConfigurationInfo configurationInfo)
(experimental) The Amazon MSK configuration to use for the cluster.
|
static Cluster.Builder |
Cluster.Builder.create(software.constructs.Construct scope,
String id) |
Cluster.Builder |
Cluster.Builder.ebsStorageInfo(EbsStorageInfo ebsStorageInfo)
(experimental) Information about storage volumes attached to MSK broker nodes.
|
Cluster.Builder |
Cluster.Builder.encryptionInTransit(EncryptionInTransitConfig encryptionInTransit)
(experimental) Config details for encryption in transit.
|
Cluster.Builder |
Cluster.Builder.instanceType(InstanceType instanceType)
(experimental) The EC2 instance type that you want Amazon MSK to use when it creates your brokers.
|
Cluster.Builder |
Cluster.Builder.kafkaVersion(KafkaVersion kafkaVersion)
(experimental) The version of Apache Kafka.
|
Cluster.Builder |
Cluster.Builder.logging(BrokerLogging logging)
(experimental) Configure your MSK cluster to send broker logs to different destination types.
|
Cluster.Builder |
Cluster.Builder.monitoring(MonitoringConfiguration monitoring)
(experimental) Cluster monitoring configuration.
|
Cluster.Builder |
Cluster.Builder.numberOfBrokerNodes(Number numberOfBrokerNodes)
(experimental) Number of Apache Kafka brokers deployed in each Availability Zone.
|
Cluster.Builder |
Cluster.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) What to do when this resource is deleted from a stack.
|
Cluster.Builder |
Cluster.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
(experimental) The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster.
|
Cluster.Builder |
Cluster.Builder.vpc(IVpc vpc)
(experimental) Defines the virtual networking environment for this cluster.
|
Cluster.Builder |
Cluster.Builder.vpcSubnets(SubnetSelection vpcSubnets)
(experimental) Where to place the nodes within the VPC.
|
Copyright © 2022. All rights reserved.