Uses of Interface
software.amazon.awscdk.interfaces.ec2.IRouteTableRef
Packages that use IRouteTableRef
Package
Description
Amazon EC2 Construct Library
-
Uses of IRouteTableRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of IRouteTableRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouteTableRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement IRouteTableRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IRouteTableRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement IRouteTableRefModifier and TypeClassDescriptionclassSpecifies a route table for the specified VPC.Methods in software.amazon.awscdk.services.ec2 that return IRouteTableRefModifier and TypeMethodDescriptionstatic IRouteTableRefCfnRouteTable.fromRouteTableId(software.constructs.Construct scope, String id, String routeTableId) Creates a new IRouteTableRef from a routeTableId.