Uses of Interface
software.amazon.awscdk.services.msk.alpha.SaslAuthProps
Packages that use SaslAuthProps
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of SaslAuthProps in software.amazon.awscdk.services.msk.alpha
Subinterfaces of SaslAuthProps in software.amazon.awscdk.services.msk.alphaModifier and TypeInterfaceDescriptioninterface(experimental) SASL + TLS authentication properties.Classes in software.amazon.awscdk.services.msk.alpha that implement SaslAuthPropsModifier and TypeClassDescriptionstatic final classAn implementation forSaslAuthPropsstatic final classAn implementation forSaslTlsAuthPropsMethods in software.amazon.awscdk.services.msk.alpha that return SaslAuthPropsModifier and TypeMethodDescriptionSaslAuthProps.Builder.build()Builds the configured instance.ClientAuthentication.getSaslProps()(experimental) - properties for SASL authentication.Methods in software.amazon.awscdk.services.msk.alpha with parameters of type SaslAuthPropsModifier and TypeMethodDescriptionstatic ClientAuthenticationClientAuthentication.sasl(SaslAuthProps props) (experimental) SASL authentication.