toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetInternetGatewayResult
Get
Internet
Gateway
Result
data
class
GetInternetGatewayResult
(
val
internetGatewayId
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Internet
Gateway
Result
Link copied to clipboard
constructor
(
internetGatewayId
:
String
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
internet
Gateway
Id
Link copied to clipboard
val
internetGatewayId
:
String
?
=
null
The ID of the internet gateway.
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
Any tags to assign to the internet gateway.