@Stability(value=Stable)
public static interface CfnCluster.PublicAccessProperty
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.*;
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()
`CfnCluster.PublicAccessProperty.Type`.
|
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnCluster.PublicAccessProperty.Builder builder()
Copyright © 2021. All rights reserved.