VpcGatewayAttachmentArgs

data class VpcGatewayAttachmentArgs(val internetGatewayId: Output<String>? = null, val vpcId: Output<String>? = null, val vpnGatewayId: Output<String>? = null) : ConvertibleToJava<VpcGatewayAttachmentArgs>

Resource Type definition for AWS::EC2::VPCGatewayAttachment

Constructors

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

Properties

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

The ID of the internet gateway. You must specify either InternetGatewayId or VpnGatewayId, but not both.

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

The ID of the VPC.

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

The ID of the virtual private gateway. You must specify either InternetGatewayId or VpnGatewayId, but not both.

Functions

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