public static interface CfnCluster.ScramProperty
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.*; ScramProperty scramProperty = ScramProperty.builder() .enabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.ScramProperty.Builder
A builder for
CfnCluster.ScramProperty |
static class |
CfnCluster.ScramProperty.Jsii$Proxy
An implementation for
CfnCluster.ScramProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.ScramProperty.Builder |
builder() |
java.lang.Object |
getEnabled()
SASL/SCRAM authentication is enabled or not.
|
java.lang.Object getEnabled()
static CfnCluster.ScramProperty.Builder builder()
CfnCluster.ScramProperty.Builder
of CfnCluster.ScramProperty