VpcPeeringConfigArgs

data class VpcPeeringConfigArgs(val subnet: Output<String>, val vpc: Output<String>) : ConvertibleToJava<VpcPeeringConfigArgs>

The VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.

Constructors

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

Properties

Link copied to clipboard
val subnet: Output<String>

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

Link copied to clipboard
val vpc: Output<String>

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

Functions

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