GetVpcGatewayAttachmentPlainArgs

data class GetVpcGatewayAttachmentPlainArgs(val attachmentType: String, val vpcId: String) : ConvertibleToJava<GetVpcGatewayAttachmentPlainArgs>

Constructors

Link copied to clipboard
constructor(attachmentType: String, vpcId: String)

Properties

Link copied to clipboard

Used to identify if this resource is an Internet Gateway or Vpn Gateway Attachment

Link copied to clipboard

The ID of the VPC.

Functions

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