@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.820Z") @Stability(value=Stable) public interface CfnClusterProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterProps.Builder
A builder for
CfnClusterProps |
static class |
CfnClusterProps.Jsii$Proxy
An implementation for
CfnClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterProps.Builder |
builder() |
Object |
getBrokerNodeGroupInfo()
`AWS::MSK::Cluster.BrokerNodeGroupInfo`.
|
default Object |
getClientAuthentication()
`AWS::MSK::Cluster.ClientAuthentication`.
|
String |
getClusterName()
`AWS::MSK::Cluster.ClusterName`.
|
default Object |
getConfigurationInfo()
`AWS::MSK::Cluster.ConfigurationInfo`.
|
default Object |
getEncryptionInfo()
`AWS::MSK::Cluster.EncryptionInfo`.
|
default String |
getEnhancedMonitoring()
`AWS::MSK::Cluster.EnhancedMonitoring`.
|
String |
getKafkaVersion()
`AWS::MSK::Cluster.KafkaVersion`.
|
default Object |
getLoggingInfo()
`AWS::MSK::Cluster.LoggingInfo`.
|
Number |
getNumberOfBrokerNodes()
`AWS::MSK::Cluster.NumberOfBrokerNodes`.
|
default Object |
getOpenMonitoring()
`AWS::MSK::Cluster.OpenMonitoring`.
|
default Object |
getTags()
`AWS::MSK::Cluster.Tags`.
|
@Stability(value=Stable) @NotNull Object getBrokerNodeGroupInfo()
@Stability(value=Stable) @NotNull String getClusterName()
@Stability(value=Stable) @NotNull String getKafkaVersion()
@Stability(value=Stable) @NotNull Number getNumberOfBrokerNodes()
@Stability(value=Stable) @Nullable default Object getClientAuthentication()
@Stability(value=Stable) @Nullable default Object getConfigurationInfo()
@Stability(value=Stable) @Nullable default Object getEncryptionInfo()
@Stability(value=Stable) @Nullable default String getEnhancedMonitoring()
@Stability(value=Stable) @Nullable default Object getLoggingInfo()
@Stability(value=Stable) @Nullable default Object getOpenMonitoring()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnClusterProps.Builder builder()
CfnClusterProps.Builder of CfnClusterPropsCopyright © 2021. All rights reserved.