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 StringThe ARN of the source Kafka cluster.final StringThe compression type to use when producing records to target cluster.final StringThe ARN of the target Kafka cluster.final ObjectConfiguration relating to topic replication.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.ReplicationInfoProperty.Builder.
-
-
Method Details
-
getConsumerGroupReplication
Description copied from interface:CfnReplicator.ReplicationInfoPropertyConfiguration relating to consumer group replication.Returns union: either
IResolvableorCfnReplicator.ConsumerGroupReplicationProperty- Specified by:
getConsumerGroupReplicationin interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getSourceKafkaClusterArn
Description copied from interface:CfnReplicator.ReplicationInfoPropertyThe ARN of the source Kafka cluster.- Specified by:
getSourceKafkaClusterArnin interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getTargetCompressionType
Description copied from interface:CfnReplicator.ReplicationInfoPropertyThe compression type to use when producing records to target cluster.- Specified by:
getTargetCompressionTypein interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getTargetKafkaClusterArn
Description copied from interface:CfnReplicator.ReplicationInfoPropertyThe ARN of the target Kafka cluster.- Specified by:
getTargetKafkaClusterArnin interfaceCfnReplicator.ReplicationInfoProperty- See Also:
-
getTopicReplication
Description copied from interface:CfnReplicator.ReplicationInfoPropertyConfiguration relating to topic replication.Returns union: either
IResolvableorCfnReplicator.TopicReplicationProperty- 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()
-