Uses of Interface
software.amazon.awscdk.services.msk.CfnCluster.ConfigurationInfoProperty
Packages that use CfnCluster.ConfigurationInfoProperty
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnCluster.ConfigurationInfoProperty in software.amazon.awscdk.services.msk
Classes in software.amazon.awscdk.services.msk that implement CfnCluster.ConfigurationInfoPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnCluster.ConfigurationInfoProperty
Methods in software.amazon.awscdk.services.msk that return CfnCluster.ConfigurationInfoPropertyModifier and TypeMethodDescriptionCfnCluster.ConfigurationInfoProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.msk with parameters of type CfnCluster.ConfigurationInfoPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.configurationInfo
(CfnCluster.ConfigurationInfoProperty configurationInfo) Represents the configuration that you want MSK to use for the cluster.CfnClusterProps.Builder.configurationInfo
(CfnCluster.ConfigurationInfoProperty configurationInfo) Sets the value ofCfnClusterProps.getConfigurationInfo()
void
CfnCluster.setConfigurationInfo
(CfnCluster.ConfigurationInfoProperty value) Represents the configuration that you want MSK to use for the cluster.