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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.msk.CfnReplicatorProps
CfnReplicatorProps.Builder, CfnReplicatorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnReplicatorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplicatorProps.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 String
The current version number of the replicator.final String
A summary description of the replicator.final Object
Kafka Clusters to use in setting up sources / targets for replication.final Object
A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.final String
The name of the replicator.final String
The 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 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 theCfnReplicatorProps.Builder
.
-
-
Method Details
-
getKafkaClusters
Description copied from interface:CfnReplicatorProps
Kafka Clusters to use in setting up sources / targets for replication.- Specified by:
getKafkaClusters
in interfaceCfnReplicatorProps
- See Also:
-
getReplicationInfoList
Description copied from interface:CfnReplicatorProps
A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.- Specified by:
getReplicationInfoList
in interfaceCfnReplicatorProps
- See Also:
-
getReplicatorName
Description copied from interface:CfnReplicatorProps
The name of the replicator.Alpha-numeric characters with '-' are allowed.
- Specified by:
getReplicatorName
in interfaceCfnReplicatorProps
- See Also:
-
getServiceExecutionRoleArn
Description copied from interface:CfnReplicatorProps
The 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:
getServiceExecutionRoleArn
in interfaceCfnReplicatorProps
- See Also:
-
getCurrentVersion
Description copied from interface:CfnReplicatorProps
The current version number of the replicator.- Specified by:
getCurrentVersion
in interfaceCfnReplicatorProps
- See Also:
-
getDescription
Description copied from interface:CfnReplicatorProps
A summary description of the replicator.- Specified by:
getDescription
in interfaceCfnReplicatorProps
- See Also:
-
getTags
Description copied from interface:CfnReplicatorProps
List of tags to attach to created Replicator.- Specified by:
getTags
in interfaceCfnReplicatorProps
- 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()
-