@Stability(value=Stable)
public static interface CfnServerlessCluster.ClientAuthenticationProperty
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.*;
ClientAuthenticationProperty clientAuthenticationProperty = ClientAuthenticationProperty.builder()
.sasl(SaslProperty.builder()
.iam(IamProperty.builder()
.enabled(false)
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServerlessCluster.ClientAuthenticationProperty.Builder
A builder for
CfnServerlessCluster.ClientAuthenticationProperty |
static class |
CfnServerlessCluster.ClientAuthenticationProperty.Jsii$Proxy
An implementation for
CfnServerlessCluster.ClientAuthenticationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnServerlessCluster.ClientAuthenticationProperty.Builder |
builder() |
Object |
getSasl()
`CfnServerlessCluster.ClientAuthenticationProperty.Sasl`.
|
@Stability(value=Stable) @NotNull Object getSasl()
@Stability(value=Stable) static CfnServerlessCluster.ClientAuthenticationProperty.Builder builder()
Copyright © 2022. All rights reserved.