GetReplicatorResult

data class GetReplicatorResult(val currentVersion: String? = null, val replicationInfoList: List<ReplicatorReplicationInfo>? = null, val replicatorArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(currentVersion: String? = null, replicationInfoList: List<ReplicatorReplicationInfo>? = null, replicatorArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentVersion: String? = null

The current version of the MSK replicator.

Link copied to clipboard

A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.

Link copied to clipboard
val replicatorArn: String? = null

Amazon Resource Name for the created replicator.

Link copied to clipboard
val tags: List<Tag>? = null

A collection of tags associated with a resource