PrivateConnectionVpcPeeringConfig

data class PrivateConnectionVpcPeeringConfig(val subnet: String, val vpc: String)

Constructors

Link copied to clipboard
constructor(subnet: String, vpc: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A free subnet for peering. (CIDR of /29)

Link copied to clipboard
val vpc: String

Fully qualified name of the VPC that Datastream will peer to. Format: projects/{project}/global/{networks}/{name}