Class CfnClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterMixinProps
@Stability(Stable)
@Internal
public static final class CfnClusterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterMixinProps
An implementation for
CfnClusterMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterMixinProps
CfnClusterMixinProps.Builder, CfnClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectInformation about the broker nodes in the cluster.final ObjectIncludes all client authentication related information.final StringThe name of the cluster.final ObjectRepresents the configuration that you want MSK to use for the cluster.final Stringfinal ObjectIncludes all encryption-related information.final StringSpecifies the level of monitoring for the MSK cluster.final StringThe version of Apache Kafka.final ObjectLogging info details for the cluster.final NumberThe number of broker nodes in the cluster.final ObjectThe settings for open monitoring.final ObjectReturns union: eitherIResolvableorCfnClusterPropsMixin.RebalancingPropertyfinal StringThis controls storage mode for supported storage tiers.getTags()An arbitrary set of tags (key-value pairs) for the cluster.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.Builder.
-
-
Method Details
-
getBrokerNodeGroupInfo
Description copied from interface:CfnClusterMixinPropsInformation about the broker nodes in the cluster.Returns union: either
IResolvableorCfnClusterPropsMixin.BrokerNodeGroupInfoProperty- Specified by:
getBrokerNodeGroupInfoin interfaceCfnClusterMixinProps- See Also:
-
getClientAuthentication
Description copied from interface:CfnClusterMixinPropsIncludes all client authentication related information.Returns union: either
IResolvableorCfnClusterPropsMixin.ClientAuthenticationProperty- Specified by:
getClientAuthenticationin interfaceCfnClusterMixinProps- See Also:
-
getClusterName
Description copied from interface:CfnClusterMixinPropsThe name of the cluster.- Specified by:
getClusterNamein interfaceCfnClusterMixinProps- See Also:
-
getConfigurationInfo
Description copied from interface:CfnClusterMixinPropsRepresents the configuration that you want MSK to use for the cluster.Returns union: either
IResolvableorCfnClusterPropsMixin.ConfigurationInfoProperty- Specified by:
getConfigurationInfoin interfaceCfnClusterMixinProps- See Also:
-
getCurrentVersion
- Specified by:
getCurrentVersionin interfaceCfnClusterMixinProps- See Also:
-
getEncryptionInfo
Description copied from interface:CfnClusterMixinPropsIncludes all encryption-related information.Returns union: either
IResolvableorCfnClusterPropsMixin.EncryptionInfoProperty- Specified by:
getEncryptionInfoin interfaceCfnClusterMixinProps- See Also:
-
getEnhancedMonitoring
Description copied from interface:CfnClusterMixinPropsSpecifies the level of monitoring for the MSK cluster.- Specified by:
getEnhancedMonitoringin interfaceCfnClusterMixinProps- See Also:
-
getKafkaVersion
Description copied from interface:CfnClusterMixinPropsThe version of Apache Kafka.You can use Amazon MSK to create clusters that use supported Apache Kafka versions .
- Specified by:
getKafkaVersionin interfaceCfnClusterMixinProps- See Also:
-
getLoggingInfo
Description copied from interface:CfnClusterMixinPropsLogging info details for the cluster.Returns union: either
IResolvableorCfnClusterPropsMixin.LoggingInfoProperty- Specified by:
getLoggingInfoin interfaceCfnClusterMixinProps- See Also:
-
getNumberOfBrokerNodes
Description copied from interface:CfnClusterMixinPropsThe number of broker nodes in the cluster.- Specified by:
getNumberOfBrokerNodesin interfaceCfnClusterMixinProps- See Also:
-
getOpenMonitoring
Description copied from interface:CfnClusterMixinPropsThe settings for open monitoring.Returns union: either
IResolvableorCfnClusterPropsMixin.OpenMonitoringProperty- Specified by:
getOpenMonitoringin interfaceCfnClusterMixinProps- See Also:
-
getRebalancing
Description copied from interface:CfnClusterMixinPropsReturns union: eitherIResolvableorCfnClusterPropsMixin.RebalancingProperty- Specified by:
getRebalancingin interfaceCfnClusterMixinProps- See Also:
-
getStorageMode
Description copied from interface:CfnClusterMixinPropsThis controls storage mode for supported storage tiers.- Specified by:
getStorageModein interfaceCfnClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnClusterMixinPropsAn arbitrary set of tags (key-value pairs) for the cluster.- Specified by:
getTagsin interfaceCfnClusterMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-