@Stability(value=Stable)
public static interface CfnCluster.SaslProperty
extends software.amazon.jsii.JsiiSerializable
// 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())
.scram(ScramProperty.builder()
.enabled(false)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.SaslProperty.Builder
A builder for
CfnCluster.SaslProperty |
static class |
CfnCluster.SaslProperty.Jsii$Proxy
An implementation for
CfnCluster.SaslProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.SaslProperty.Builder |
builder() |
default Object |
getIam()
`CfnCluster.SaslProperty.Iam`.
|
default Object |
getScram()
`CfnCluster.SaslProperty.Scram`.
|
@Stability(value=Stable) @Nullable default Object getIam()
@Stability(value=Stable) @Nullable default Object getScram()
@Stability(value=Stable) static CfnCluster.SaslProperty.Builder builder()
CfnCluster.SaslProperty.Builder of CfnCluster.SaslPropertyCopyright © 2021. All rights reserved.