GatewayVpc

data class GatewayVpc(val name: String? = null, val vpcId: String)

Constructors

Link copied to clipboard
constructor(name: String? = null, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the VPC gateway.

Link copied to clipboard

The VPC network ID.