Interface CfnServerlessCluster.SaslProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServerlessCluster.SaslProperty.Jsii$Proxy
- Enclosing class:
CfnServerlessCluster
@Stability(Stable)
public static interface CfnServerlessCluster.SaslProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.msk.*; SaslProperty saslProperty = SaslProperty.builder() .iam(IamProperty.builder() .enabled(false) .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnServerlessCluster.SaslProperty
static final class
An implementation forCfnServerlessCluster.SaslProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIam
- See Also:
-
builder
-