EgressArgs

data class EgressArgs(val peeredVpc: Output<PeeredVpcArgs>? = null) : ConvertibleToJava<EgressArgs>

The details of the egress info. One of the following options should be set.

Constructors

Link copied to clipboard
fun EgressArgs(peeredVpc: Output<PeeredVpcArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val peeredVpc: Output<PeeredVpcArgs>? = null

A VPC from the consumer project.