EgressOnlyInternetGatewayArgs

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

Resource Type definition for AWS::EC2::EgressOnlyInternetGateway

Constructors

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

Properties

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

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

Functions

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