Class CfnReplicator.KafkaClusterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnReplicator.KafkaClusterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicator.KafkaClusterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicator.KafkaClusterProperty
@Stability(Stable)
@Internal
public static final class CfnReplicator.KafkaClusterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicator.KafkaClusterProperty
An implementation for
CfnReplicator.KafkaClusterProperty-
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.services.msk.CfnReplicator.KafkaClusterProperty
CfnReplicator.KafkaClusterProperty.Builder, CfnReplicator.KafkaClusterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicator.KafkaClusterProperty.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 ObjectDetails of an Amazon MSK Cluster.final ObjectDetails of an Apache Kafka cluster.final ObjectDetails of the client authentication used by the Apache Kafka cluster.final ObjectDetails of encryption in transit to the Apache Kafka cluster.final ObjectDetails of an Amazon VPC which has network connectivity to the Apache Kafka 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 theCfnReplicator.KafkaClusterProperty.Builder.
-
-
Method Details
-
getAmazonMskCluster
Description copied from interface:CfnReplicator.KafkaClusterPropertyDetails of an Amazon MSK Cluster.Returns union: either
IResolvableorCfnReplicator.AmazonMskClusterProperty- Specified by:
getAmazonMskClusterin interfaceCfnReplicator.KafkaClusterProperty- See Also:
-
getApacheKafkaCluster
Description copied from interface:CfnReplicator.KafkaClusterPropertyDetails of an Apache Kafka cluster.Returns union: either
IResolvableorCfnReplicator.ApacheKafkaClusterProperty- Specified by:
getApacheKafkaClusterin interfaceCfnReplicator.KafkaClusterProperty- See Also:
-
getClientAuthentication
Description copied from interface:CfnReplicator.KafkaClusterPropertyDetails of the client authentication used by the Apache Kafka cluster.Returns union: either
IResolvableorCfnReplicator.KafkaClusterClientAuthenticationProperty- Specified by:
getClientAuthenticationin interfaceCfnReplicator.KafkaClusterProperty- See Also:
-
getEncryptionInTransit
Description copied from interface:CfnReplicator.KafkaClusterPropertyDetails of encryption in transit to the Apache Kafka cluster.Returns union: either
IResolvableorCfnReplicator.KafkaClusterEncryptionInTransitProperty- Specified by:
getEncryptionInTransitin interfaceCfnReplicator.KafkaClusterProperty- See Also:
-
getVpcConfig
Description copied from interface:CfnReplicator.KafkaClusterPropertyDetails of an Amazon VPC which has network connectivity to the Apache Kafka cluster.Returns union: either
IResolvableorCfnReplicator.KafkaClusterClientVpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnReplicator.KafkaClusterProperty- 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()
-