toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetVpnConnectionResult
Get
Vpn
Connection
Result
data
class
GetVpnConnectionResult
(
val
tags
:
List
<
Tag
>
?
=
null
,
val
vpnConnectionId
:
String
?
=
null
)
Members
Constructors
Get
Vpn
Connection
Result
Link copied to clipboard
constructor
(
tags
:
List
<
Tag
>
?
=
null
,
vpnConnectionId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
Any tags assigned to the VPN connection.
vpn
Connection
Id
Link copied to clipboard
val
vpnConnectionId
:
String
?
=
null
The ID of the VPN connection.