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.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type IRouteTableRefModifier and TypeMethodDescriptionCfnGatewayRouteTableAssociationMixinProps.Builder.routeTableId(IRouteTableRef routeTableId) Sets the value ofCfnGatewayRouteTableAssociationMixinProps.getRouteTableId()CfnGatewayRouteTableAssociationPropsMixin.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table.CfnRouteMixinProps.Builder.routeTableId(IRouteTableRef routeTableId) Sets the value ofCfnRouteMixinProps.getRouteTableId()CfnRoutePropsMixin.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table for the route.CfnSubnetRouteTableAssociationMixinProps.Builder.routeTableId(IRouteTableRef routeTableId) Sets the value ofCfnSubnetRouteTableAssociationMixinProps.getRouteTableId()CfnSubnetRouteTableAssociationPropsMixin.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table. -
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.Methods in software.amazon.awscdk.services.ec2 with parameters of type IRouteTableRefModifier and TypeMethodDescriptionstatic StringCfnRouteTable.arnForRouteTable(IRouteTableRef resource) CfnGatewayRouteTableAssociation.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table.CfnGatewayRouteTableAssociationProps.Builder.routeTableId(IRouteTableRef routeTableId) Sets the value ofCfnGatewayRouteTableAssociationProps.getRouteTableId()CfnRoute.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table for the route.CfnRouteProps.Builder.routeTableId(IRouteTableRef routeTableId) Sets the value ofCfnRouteProps.getRouteTableId()CfnSubnetRouteTableAssociation.Builder.routeTableId(IRouteTableRef routeTableId) The ID of the route table.CfnSubnetRouteTableAssociationProps.Builder.routeTableId(IRouteTableRef routeTableId) Sets the value ofCfnSubnetRouteTableAssociationProps.getRouteTableId()