GetVpcGatewayAttachmentResult

data class GetVpcGatewayAttachmentResult(val attachmentType: String? = null, val internetGatewayId: String? = null, val vpnGatewayId: String? = null)

Constructors

Link copied to clipboard
constructor(attachmentType: String? = null, internetGatewayId: String? = null, vpnGatewayId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachmentType: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val vpnGatewayId: String? = null

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