Get Vpc Gateway Attachment Result
data class GetVpcGatewayAttachmentResult(val attachmentType: String? = null, val internetGatewayId: String? = null, val vpnGatewayId: String? = null)
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 internet gateway. You must specify either InternetGatewayId or VpnGatewayId, but not both.
Link copied to clipboard
The ID of the virtual private gateway. You must specify either InternetGatewayId or VpnGatewayId, but not both.