getVpnConnection

Specifies a VPN connection between a virtual private gateway and a VPN customer gateway or a transit gateway and a VPN customer gateway. To specify a VPN connection between a transit gateway and customer gateway, use the `TransitGatewayId` and `CustomerGatewayId` properties. To specify a VPN connection between a virtual private gateway and customer gateway, use the `VpnGatewayId` and `CustomerGatewayId` properties. For more information, see in the User Guide.

Return

null

Parameters

argument

null


suspend fun getVpnConnection(vpnConnectionId: String): GetVpnConnectionResult

Return

null

Parameters

vpnConnectionId

The ID of the VPN connection.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetVpnConnectionPlainArgs.

See also