Uses of Class
software.amazon.awscdk.services.msk.alpha.Cluster.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of Cluster.Builder in software.amazon.awscdk.services.msk.alpha
Modifier and TypeMethodDescriptionCluster.Builder.clientAuthentication
(ClientAuthentication clientAuthentication) (experimental) Configuration properties for client authentication.Cluster.Builder.clusterName
(String clusterName) (experimental) The physical name of the cluster.Cluster.Builder.configurationInfo
(ClusterConfigurationInfo configurationInfo) (experimental) The Amazon MSK configuration to use for the cluster.static Cluster.Builder
Cluster.Builder.ebsStorageInfo
(EbsStorageInfo ebsStorageInfo) (experimental) Information about storage volumes attached to MSK broker nodes.Cluster.Builder.encryptionInTransit
(EncryptionInTransitConfig encryptionInTransit) (experimental) Config details for encryption in transit.Cluster.Builder.instanceType
(InstanceType instanceType) (experimental) The EC2 instance type that you want Amazon MSK to use when it creates your brokers.Cluster.Builder.kafkaVersion
(KafkaVersion kafkaVersion) (experimental) The version of Apache Kafka.Cluster.Builder.logging
(BrokerLogging logging) (experimental) Configure your MSK cluster to send broker logs to different destination types.Cluster.Builder.monitoring
(MonitoringConfiguration monitoring) (experimental) Cluster monitoring configuration.Cluster.Builder.numberOfBrokerNodes
(Number numberOfBrokerNodes) (experimental) Number of Apache Kafka brokers deployed in each Availability Zone.Cluster.Builder.removalPolicy
(RemovalPolicy removalPolicy) (experimental) What to do when this resource is deleted from a stack.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.storageMode
(StorageMode storageMode) (experimental) This controls storage mode for supported storage tiers.(experimental) Defines the virtual networking environment for this cluster.Cluster.Builder.vpcSubnets
(SubnetSelection vpcSubnets) (experimental) Where to place the nodes within the VPC.