EgressOnlyInternetGatewayArgs

data class EgressOnlyInternetGatewayArgs(val vpcId: Output<String>? = null) : ConvertibleToJava<EgressOnlyInternetGatewayArgs>

Resource Type definition for AWS::EC2::EgressOnlyInternetGateway

Constructors

Link copied to clipboard
fun EgressOnlyInternetGatewayArgs(vpcId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC for which to create the egress-only internet gateway.