Uses of Interface
software.amazon.awscdk.services.ec2.IRouteTable
Packages that use IRouteTable
Package
Description
Amazon EC2 Construct Library
Amazon VpcV2 Construct Library
-
Uses of IRouteTable in software.amazon.awscdk.services.ec2
Subinterfaces of IRouteTable in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouteTable.Classes in software.amazon.awscdk.services.ec2 that implement IRouteTableModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ec2 that return IRouteTableModifier and TypeMethodDescriptiondefault IRouteTableIPrivateSubnet.Jsii$Default.getRouteTable()The route table for this subnet.final IRouteTableIPrivateSubnet.Jsii$Proxy.getRouteTable()The route table for this subnet.default IRouteTableIPublicSubnet.Jsii$Default.getRouteTable()The route table for this subnet.final IRouteTableIPublicSubnet.Jsii$Proxy.getRouteTable()The route table for this subnet.ISubnet.getRouteTable()The route table for this subnet.default IRouteTableISubnet.Jsii$Default.getRouteTable()The route table for this subnet.final IRouteTableISubnet.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
Subinterfaces of IRouteTable in software.amazon.awscdk.services.ec2.alphaModifier and TypeInterfaceDescriptioninterface(experimental) Represents a Transit Gateway Route Table.static interfaceInternal default implementation forITransitGatewayRouteTable.Classes in software.amazon.awscdk.services.ec2.alpha that implement IRouteTableModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Creates a route table for the specified VPC.class(experimental) Creates a Transit Gateway route table.Methods in software.amazon.awscdk.services.ec2.alpha that return IRouteTableModifier and TypeMethodDescriptionIRouteV2.getRouteTable()(experimental) The ID of the route table for the route.default IRouteTableIRouteV2.Jsii$Default.getRouteTable()(experimental) The ID of the route table for the route.final IRouteTableIRouteV2.Jsii$Proxy.getRouteTable()(experimental) The ID of the route table for the route.default IRouteTableISubnetV2.Jsii$Default.getRouteTable()The route table for this subnet.final IRouteTableISubnetV2.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 IRouteTableRouteProps.Jsii$Proxy.getRouteTable()SubnetV2.getRouteTable()(experimental) Return the Route Table associated with this subnet.default IRouteTableSubnetV2Props.getRouteTable()(experimental) Custom Route for subnet.final IRouteTableSubnetV2Props.Jsii$Proxy.getRouteTable()Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type IRouteTableModifier 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()