PipeSourceParametersSelfManagedKafkaParametersVpcArgs

data class PipeSourceParametersSelfManagedKafkaParametersVpcArgs(val securityGroups: Output<List<String>>? = null, val subnets: Output<List<String>>? = null) : ConvertibleToJava<PipeSourceParametersSelfManagedKafkaParametersVpcArgs>

Constructors

fun PipeSourceParametersSelfManagedKafkaParametersVpcArgs(securityGroups: Output<List<String>>? = null, subnets: Output<List<String>>? = null)

Functions

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

Properties

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

List of security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

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

List of the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.