VpcPeeringConfigArgs

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

The VPC peering configuration is used to create VPC peering with the consumer's VPC.

Constructors

Link copied to clipboard
fun VpcPeeringConfigArgs(subnet: Output<String>, vpcName: Output<String>)

Functions

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

Properties

Link copied to clipboard
val subnet: Output<String>

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

Link copied to clipboard
val vpcName: Output<String>

Fully qualified name of the VPC that Database Migration Service will peer to.