Class CfnReplicatorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicatorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicatorMixinProps
@Stability(Stable)
@Internal
public static final class CfnReplicatorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicatorMixinProps
An implementation for
CfnReplicatorMixinProps-
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.CfnReplicatorMixinProps
CfnReplicatorMixinProps.Builder, CfnReplicatorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReplicatorMixinProps.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 StringA summary description of the replicator.final ObjectKafka Clusters to use in setting up sources / targets for replication.final ObjectA list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.final StringThe name of the replicator.final StringThe ARN of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters).getTags()List of tags to attach to created Replicator.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 theCfnReplicatorMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnReplicatorMixinPropsA summary description of the replicator.- Specified by:
getDescriptionin interfaceCfnReplicatorMixinProps- See Also:
-
getKafkaClusters
Description copied from interface:CfnReplicatorMixinPropsKafka Clusters to use in setting up sources / targets for replication.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnReplicatorPropsMixin.KafkaClusterProperty>- Specified by:
getKafkaClustersin interfaceCfnReplicatorMixinProps- See Also:
-
getReplicationInfoList
Description copied from interface:CfnReplicatorMixinPropsA list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnReplicatorPropsMixin.ReplicationInfoProperty>- Specified by:
getReplicationInfoListin interfaceCfnReplicatorMixinProps- See Also:
-
getReplicatorName
Description copied from interface:CfnReplicatorMixinPropsThe name of the replicator.Alpha-numeric characters with '-' are allowed.
- Specified by:
getReplicatorNamein interfaceCfnReplicatorMixinProps- See Also:
-
getServiceExecutionRoleArn
Description copied from interface:CfnReplicatorMixinPropsThe ARN of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters).- Specified by:
getServiceExecutionRoleArnin interfaceCfnReplicatorMixinProps- See Also:
-
getTags
Description copied from interface:CfnReplicatorMixinPropsList of tags to attach to created Replicator.- Specified by:
getTagsin interfaceCfnReplicatorMixinProps- 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()
-