public static interface CfnCluster.UnauthenticatedProperty
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.*; UnauthenticatedProperty unauthenticatedProperty = UnauthenticatedProperty.builder() .enabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.UnauthenticatedProperty.Builder
A builder for
CfnCluster.UnauthenticatedProperty |
static class |
CfnCluster.UnauthenticatedProperty.Jsii$Proxy
An implementation for
CfnCluster.UnauthenticatedProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.UnauthenticatedProperty.Builder |
builder() |
java.lang.Object |
getEnabled()
Unauthenticated is enabled or not.
|
java.lang.Object getEnabled()
static CfnCluster.UnauthenticatedProperty.Builder builder()