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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.msk.CfnReplicator.ReplicationInfoProperty
CfnReplicator.ReplicationInfoProperty.Builder, CfnReplicator.ReplicationInfoProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReplicator.ReplicationInfoProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Configuration relating to consumer group replication.final String
The ARN of the source Kafka cluster.final String
The compression type to use when producing records to target cluster.final String
The ARN of the target Kafka cluster.final Object
Configuration relating to topic replication.final int
hashCode()
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.ReplicationInfoProperty
Configuration relating to consumer group replication.- Specified by:
getConsumerGroupReplication
in interfaceCfnReplicator.ReplicationInfoProperty
- See Also:
-
getSourceKafkaClusterArn
Description copied from interface:CfnReplicator.ReplicationInfoProperty
The ARN of the source Kafka cluster.- Specified by:
getSourceKafkaClusterArn
in interfaceCfnReplicator.ReplicationInfoProperty
- See Also:
-
getTargetCompressionType
Description copied from interface:CfnReplicator.ReplicationInfoProperty
The compression type to use when producing records to target cluster.- Specified by:
getTargetCompressionType
in interfaceCfnReplicator.ReplicationInfoProperty
- See Also:
-
getTargetKafkaClusterArn
Description copied from interface:CfnReplicator.ReplicationInfoProperty
The ARN of the target Kafka cluster.- Specified by:
getTargetKafkaClusterArn
in interfaceCfnReplicator.ReplicationInfoProperty
- See Also:
-
getTopicReplication
Description copied from interface:CfnReplicator.ReplicationInfoProperty
Configuration relating to topic replication.- Specified by:
getTopicReplication
in interfaceCfnReplicator.ReplicationInfoProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-