ReplicatorKafkaClusterClientVpcConfigArgs

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

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

Constructors

constructor(securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>)

Properties

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

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
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.

Functions

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