ReplicatorKafkaClusterVpcConfig

data class ReplicatorKafkaClusterVpcConfig(val securityGroupsIds: List<String>? = null, val subnetIds: List<String>)

Constructors

Link copied to clipboard
constructor(securityGroupsIds: List<String>? = null, subnetIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS security groups to associate with the ENIs used by the replicator. If a security group is not specified, the default security group associated with the VPC is used.

Link copied to clipboard

The list of subnets to connect to in the virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets to allow communication between your Kafka Cluster and the replicator.