ReplicatorKafkaClusterVpcConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val securityGroupsIds: Output<List<String>>? = null

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
val subnetIds: Output<List<String>>

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.

Functions

Link copied to clipboard
open override fun toJava(): ReplicatorKafkaClusterVpcConfigArgs