Class CfnReplicatorPropsMixin.ReplicationInfoProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.ReplicationInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicatorPropsMixin.ReplicationInfoProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicatorPropsMixin.ReplicationInfoProperty
@Stability(Stable)
@Internal
public static final class CfnReplicatorPropsMixin.ReplicationInfoProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicatorPropsMixin.ReplicationInfoProperty
An implementation for
CfnReplicatorPropsMixin.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.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.ReplicationInfoProperty
CfnReplicatorPropsMixin.ReplicationInfoProperty.Builder, CfnReplicatorPropsMixin.ReplicationInfoProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicatorPropsMixin.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 theCfnReplicatorPropsMixin.ReplicationInfoProperty.Builder.
-
-
Method Details
-
getConsumerGroupReplication
Description copied from interface:CfnReplicatorPropsMixin.ReplicationInfoPropertyConfiguration relating to consumer group replication.Returns union: either
IResolvableorCfnReplicatorPropsMixin.ConsumerGroupReplicationProperty- Specified by:
getConsumerGroupReplicationin interfaceCfnReplicatorPropsMixin.ReplicationInfoProperty- See Also:
-
getSourceKafkaClusterArn
Description copied from interface:CfnReplicatorPropsMixin.ReplicationInfoPropertyThe ARN of the source Kafka cluster.- Specified by:
getSourceKafkaClusterArnin interfaceCfnReplicatorPropsMixin.ReplicationInfoProperty- See Also:
-
getTargetCompressionType
Description copied from interface:CfnReplicatorPropsMixin.ReplicationInfoPropertyThe compression type to use when producing records to target cluster.- Specified by:
getTargetCompressionTypein interfaceCfnReplicatorPropsMixin.ReplicationInfoProperty- See Also:
-
getTargetKafkaClusterArn
Description copied from interface:CfnReplicatorPropsMixin.ReplicationInfoPropertyThe ARN of the target Kafka cluster.- Specified by:
getTargetKafkaClusterArnin interfaceCfnReplicatorPropsMixin.ReplicationInfoProperty- See Also:
-
getTopicReplication
Description copied from interface:CfnReplicatorPropsMixin.ReplicationInfoPropertyConfiguration relating to topic replication.Returns union: either
IResolvableorCfnReplicatorPropsMixin.TopicReplicationProperty- Specified by:
getTopicReplicationin interfaceCfnReplicatorPropsMixin.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()
-