ReplicatorKafkaClusterClientVpcConfig

data class ReplicatorKafkaClusterClientVpcConfig(val securityGroupIds: List<String>? = null, val subnetIds: List<String>)

Details of an Amazon VPC which has network connectivity to the Kafka cluster.

Constructors

Link copied to clipboard
constructor(securityGroupIds: 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 elastic network interfaces in order to specify what the replicator has access to. 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.