GetRouteTableAssociation class
Constructors
-
GetRouteTableAssociation({required Input<String> gatewayId, required Input<bool> main, required Input<String> routeTableAssociationId, required Input<String> routeTableId, required Input<String> subnetId})
-
Creates a new GetRouteTableAssociation.
gatewayId ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).
main Whether the association is due to the main route table.
routeTableAssociationId Association ID.
routeTableId ID of the specific Route Table to retrieve.
subnetId ID of a Subnet which is connected to the Route Table (not exported if not passed as a parameter).
const
-
GetRouteTableAssociation.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
gatewayId
→ Input<String>
-
ID of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
main
→ Input<bool>
-
Whether the association is due to the main route table.
final
-
routeTableAssociationId
→ Input<String>
-
Association ID.
final
-
routeTableId
→ Input<String>
-
ID of the specific Route Table to retrieve.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
subnetId
→ Input<String>
-
ID of a Subnet which is connected to the Route Table (not exported if not passed as a parameter).
final