@Stability(value=Stable)
public static interface CfnCluster.PublicAccessProperty
extends software.amazon.jsii.JsiiSerializable
Public access is off by default.
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.*;
PublicAccessProperty publicAccessProperty = PublicAccessProperty.builder()
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.PublicAccessProperty.Builder
A builder for
CfnCluster.PublicAccessProperty |
static class |
CfnCluster.PublicAccessProperty.Jsii$Proxy
An implementation for
CfnCluster.PublicAccessProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.PublicAccessProperty.Builder |
builder() |
default String |
getType()
Set to `DISABLED` to turn off public access or to `SERVICE_PROVIDED_EIPS` to turn it on.
|
@Stability(value=Stable) @Nullable default String getType()
Public access if off by default.
@Stability(value=Stable) static CfnCluster.PublicAccessProperty.Builder builder()
Copyright © 2022. All rights reserved.