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
/
GetVpnGatewayResult
Get
Vpn
Gateway
Result
data
class
GetVpnGatewayResult
(
val
tags
:
List
<
Tag
>
?
=
null
,
val
vpnGatewayId
:
String
?
=
null
)
Members
Constructors
Get
Vpn
Gateway
Result
Link copied to clipboard
constructor
(
tags
:
List
<
Tag
>
?
=
null
,
vpnGatewayId
:
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 virtual private gateway.
vpn
Gateway
Id
Link copied to clipboard
val
vpnGatewayId
:
String
?
=
null
The ID of the VPN gateway.