@Stability(value=Stable)
public static interface CfnCluster.ScramProperty
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.*;
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() |
Object |
getEnabled()
SASL/SCRAM authentication is enabled or not.
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) static CfnCluster.ScramProperty.Builder builder()
CfnCluster.ScramProperty.Builder of CfnCluster.ScramPropertyCopyright © 2022. All rights reserved.