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
/
GetRouteTableResult
Get
Route
Table
Result
data
class
GetRouteTableResult
(
val
routeTableId
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Route
Table
Result
Link copied to clipboard
constructor
(
routeTableId
:
String
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
route
Table
Id
Link copied to clipboard
val
routeTableId
:
String
?
=
null
The ID of the route table.
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
Any tags assigned to the route table.