@Stability(value=Stable)
public static interface CfnCluster.ConnectivityInfoProperty
extends software.amazon.jsii.JsiiSerializable
By default, they are not.
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.*;
ConnectivityInfoProperty connectivityInfoProperty = ConnectivityInfoProperty.builder()
.publicAccess(PublicAccessProperty.builder()
.type("type")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.ConnectivityInfoProperty.Builder
A builder for
CfnCluster.ConnectivityInfoProperty |
static class |
CfnCluster.ConnectivityInfoProperty.Jsii$Proxy
An implementation for
CfnCluster.ConnectivityInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.ConnectivityInfoProperty.Builder |
builder() |
default Object |
getPublicAccess()
Specifies whether the cluster's brokers are accessible from the internet.
|
@Stability(value=Stable) @Nullable default Object getPublicAccess()
Public access is off by default.
@Stability(value=Stable) static CfnCluster.ConnectivityInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.