ConnectorVpcArgs

data class ConnectorVpcArgs(val securityGroups: Output<List<String>>, val subnets: Output<List<String>>) : ConvertibleToJava<ConnectorVpcArgs>

Information about a VPC used with the connector.

Constructors

Link copied to clipboard
constructor(securityGroups: Output<List<String>>, subnets: Output<List<String>>)

Properties

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

The AWS security groups to associate with the elastic network interfaces in order to specify what the connector has access to.

Link copied to clipboard
val subnets: 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(): ConnectorVpcArgs