Class CfnReplicatorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnReplicatorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplicatorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplicatorProps
@Stability(Stable)
@Internal
public static final class CfnReplicatorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplicatorProps
An implementation for
CfnReplicatorProps-
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.CfnReplicatorProps
CfnReplicatorProps.Builder, CfnReplicatorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnReplicatorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicatorProps.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 theCfnReplicatorProps.Builder.
-
-
Method Details
-
getKafkaClusters
Description copied from interface:CfnReplicatorPropsKafka Clusters to use in setting up sources / targets for replication.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnReplicator.KafkaClusterProperty>- Specified by:
getKafkaClustersin interfaceCfnReplicatorProps- See Also:
-
getReplicationInfoList
Description copied from interface:CfnReplicatorPropsA list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnReplicator.ReplicationInfoProperty>- Specified by:
getReplicationInfoListin interfaceCfnReplicatorProps- See Also:
-
getReplicatorName
Description copied from interface:CfnReplicatorPropsThe name of the replicator.Alpha-numeric characters with '-' are allowed.
- Specified by:
getReplicatorNamein interfaceCfnReplicatorProps- See Also:
-
getServiceExecutionRoleArn
Description copied from interface:CfnReplicatorPropsThe 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 interfaceCfnReplicatorProps- See Also:
-
getDescription
Description copied from interface:CfnReplicatorPropsA summary description of the replicator.- Specified by:
getDescriptionin interfaceCfnReplicatorProps- See Also:
-
getTags
Description copied from interface:CfnReplicatorPropsList of tags to attach to created Replicator.- Specified by:
getTagsin interfaceCfnReplicatorProps- 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()
-