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