public static interface CfnCluster.ConnectivityInfoProperty
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 java.lang.Object |
getPublicAccess()
Specifies whether the cluster's brokers are accessible from the internet.
|
default java.lang.Object getPublicAccess()
Public access is off by default.
static CfnCluster.ConnectivityInfoProperty.Builder builder()