networkConfigs property

List<ConnectNetworkConfig>? networkConfigs
getter/setter pair

Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster.

Minimum of 1 network is required. Maximum 10 networks can be specified.

Required.

Implementation

core.List<ConnectNetworkConfig>? networkConfigs;