Class CfnReplicator.ReplicationInfoProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnReplicator.ReplicationInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicator.ReplicationInfoProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicator.ReplicationInfoProperty
@Stability(Stable)
@Internal
public static final class CfnReplicator.ReplicationInfoProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicator.ReplicationInfoProperty
An implementation for
CfnReplicator.ReplicationInfoProperty-
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.ReplicationInfoProperty
CfnReplicator.ReplicationInfoProperty.Builder, CfnReplicator.ReplicationInfoProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicator.ReplicationInfoProperty.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 ObjectConfiguration relating to consumer group replication.final StringAmazon Resource Name of the source Kafka cluster.final StringThe type of compression to use writing records to target Kafka cluster.final StringAmazon Resource Name of the target Kafka cluster.final Objectfinal 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.ReplicationInfoProperty.Builder.
-
-
Method Details
-
getConsumerGroupReplication
Description copied from interface:CfnReplicator.ReplicationInfoPropertyConfiguration relating to consumer group replication.- Specified by:
getConsumerGroupReplicationin interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getSourceKafkaClusterArn
Description copied from interface:CfnReplicator.ReplicationInfoPropertyAmazon Resource Name of the source Kafka cluster.- Specified by:
getSourceKafkaClusterArnin interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getTargetCompressionType
Description copied from interface:CfnReplicator.ReplicationInfoPropertyThe type of compression to use writing records to target Kafka cluster.- Specified by:
getTargetCompressionTypein interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getTargetKafkaClusterArn
Description copied from interface:CfnReplicator.ReplicationInfoPropertyAmazon Resource Name of the target Kafka cluster.- Specified by:
getTargetKafkaClusterArnin interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getTopicReplication
- Specified by:
getTopicReplicationin interfaceCfnReplicator.ReplicationInfoProperty- 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()
-