@Stability(value=Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnClusterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnClusterProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getBrokerNodeGroupInfo()
Information about the broker nodes in the cluster.
|
Object |
getClientAuthentication()
Includes all client authentication related information.
|
String |
getClusterName()
The name of the cluster.
|
Object |
getConfigurationInfo()
Represents the configuration that you want MSK to use for the cluster.
|
String |
getCurrentVersion()
The version of the cluster that you want to update.
|
Object |
getEncryptionInfo()
Includes all encryption-related information.
|
String |
getEnhancedMonitoring()
Specifies the level of monitoring for the MSK cluster.
|
String |
getKafkaVersion()
The version of Apache Kafka.
|
Object |
getLoggingInfo()
Logging Info details.
|
Number |
getNumberOfBrokerNodes()
The number of broker nodes in the cluster.
|
Object |
getOpenMonitoring()
The settings for open monitoring.
|
String |
getStorageMode()
This controls storage mode for supported storage tiers.
|
Map<String,String> |
getTags()
Create tags when creating the cluster.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnClusterProps.Builder builder)
CfnClusterProps.Builder
.public final Object getBrokerNodeGroupInfo()
CfnClusterProps
getBrokerNodeGroupInfo
in interface CfnClusterProps
public final String getClusterName()
CfnClusterProps
getClusterName
in interface CfnClusterProps
public final String getKafkaVersion()
CfnClusterProps
You can use Amazon MSK to create clusters that use Apache Kafka versions 1.1.1 and 2.2.1.
getKafkaVersion
in interface CfnClusterProps
public final Number getNumberOfBrokerNodes()
CfnClusterProps
getNumberOfBrokerNodes
in interface CfnClusterProps
public final Object getClientAuthentication()
CfnClusterProps
getClientAuthentication
in interface CfnClusterProps
public final Object getConfigurationInfo()
CfnClusterProps
getConfigurationInfo
in interface CfnClusterProps
public final String getCurrentVersion()
CfnClusterProps
getCurrentVersion
in interface CfnClusterProps
public final Object getEncryptionInfo()
CfnClusterProps
getEncryptionInfo
in interface CfnClusterProps
public final String getEnhancedMonitoring()
CfnClusterProps
The possible values are DEFAULT
, PER_BROKER
, and PER_TOPIC_PER_BROKER
.
getEnhancedMonitoring
in interface CfnClusterProps
public final Object getLoggingInfo()
CfnClusterProps
getLoggingInfo
in interface CfnClusterProps
public final Object getOpenMonitoring()
CfnClusterProps
getOpenMonitoring
in interface CfnClusterProps
public final String getStorageMode()
CfnClusterProps
getStorageMode
in interface CfnClusterProps
public final Map<String,String> getTags()
CfnClusterProps
getTags
in interface CfnClusterProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.