ConnectorVpc

data class ConnectorVpc(val securityGroups: List<String>, val subnets: List<String>)

Information about a VPC used with the connector.

Constructors

Link copied to clipboard
constructor(securityGroups: List<String>, subnets: 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 connector has access to.

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.