Uses of Interface
software.amazon.awscdk.services.ec2.IRouteTable
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of IRouteTable in software.amazon.awscdk.services.ec2
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIRouteTable
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault IRouteTable
IPrivateSubnet.Jsii$Default.getRouteTable()
The route table for this subnet.final IRouteTable
IPrivateSubnet.Jsii$Proxy.getRouteTable()
The route table for this subnet.default IRouteTable
IPublicSubnet.Jsii$Default.getRouteTable()
The route table for this subnet.final IRouteTable
IPublicSubnet.Jsii$Proxy.getRouteTable()
The route table for this subnet.ISubnet.getRouteTable()
The route table for this subnet.default IRouteTable
ISubnet.Jsii$Default.getRouteTable()
The route table for this subnet.final IRouteTable
ISubnet.Jsii$Proxy.getRouteTable()
The route table for this subnet.Subnet.getRouteTable()
The routeTableId attached to this subnet. -
Uses of IRouteTable in software.amazon.awscdk.services.ec2.alpha
Modifier and TypeClassDescriptionclass
(experimental) Creates a route table for the specified VPC.Modifier and TypeMethodDescriptionIRouteV2.getRouteTable()
(experimental) The ID of the route table for the route.default IRouteTable
IRouteV2.Jsii$Default.getRouteTable()
(experimental) The ID of the route table for the route.final IRouteTable
IRouteV2.Jsii$Proxy.getRouteTable()
(experimental) The ID of the route table for the route.default IRouteTable
ISubnetV2.Jsii$Default.getRouteTable()
The route table for this subnet.final IRouteTable
ISubnetV2.Jsii$Proxy.getRouteTable()
The route table for this subnet.Route.getRouteTable()
(experimental) The route table for the route.RouteProps.getRouteTable()
(experimental) The ID of the route table for the route.final IRouteTable
RouteProps.Jsii$Proxy.getRouteTable()
SubnetV2.getRouteTable()
(experimental) Return the Route Table associated with this subnet.default IRouteTable
SubnetV2Props.getRouteTable()
(experimental) Custom Route for subnet.final IRouteTable
SubnetV2Props.Jsii$Proxy.getRouteTable()
Modifier and TypeMethodDescriptionRoute.Builder.routeTable
(IRouteTable routeTable) (experimental) The ID of the route table for the route.RouteProps.Builder.routeTable
(IRouteTable routeTable) Sets the value ofRouteProps.getRouteTable()
SubnetV2.Builder.routeTable
(IRouteTable routeTable) (experimental) Custom Route for subnet.SubnetV2Props.Builder.routeTable
(IRouteTable routeTable) Sets the value ofSubnetV2Props.getRouteTable()