pulumi-aws-native-kotlin
0.82.0.0
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
<
RouteTableTag
>
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Route
Table
Result
Link copied to clipboard
fun
GetRouteTableResult
(
routeTableId
:
String
?
=
null
,
tags
:
List
<
RouteTableTag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
route
Table
Id
Link copied to clipboard
val
routeTableId
:
String
?
=
null
The route table ID.
tags
Link copied to clipboard
val
tags
:
List
<
RouteTableTag
>
?
=
null
Any tags assigned to the route table.