Uses of Interface
software.amazon.awscdk.interfaces.ec2.ITransitGatewayRouteTableRef
Packages that use ITransitGatewayRouteTableRef
Package
Description
Amazon EC2 Construct Library
-
Uses of ITransitGatewayRouteTableRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of ITransitGatewayRouteTableRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITransitGatewayRouteTableRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement ITransitGatewayRouteTableRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITransitGatewayRouteTableRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement ITransitGatewayRouteTableRefModifier and TypeClassDescriptionclassSpecifies a route table for a transit gateway.Methods in software.amazon.awscdk.services.ec2 that return ITransitGatewayRouteTableRefModifier and TypeMethodDescriptionstatic ITransitGatewayRouteTableRefCfnTransitGatewayRouteTable.fromTransitGatewayRouteTableId(software.constructs.Construct scope, String id, String transitGatewayRouteTableId) Creates a new ITransitGatewayRouteTableRef from a transitGatewayRouteTableId.Methods in software.amazon.awscdk.services.ec2 with parameters of type ITransitGatewayRouteTableRefModifier and TypeMethodDescriptionstatic StringCfnTransitGatewayRouteTable.arnForTransitGatewayRouteTable(ITransitGatewayRouteTableRef resource) CfnTransitGatewayRoute.Builder.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) The ID of the transit gateway route table.CfnTransitGatewayRouteProps.Builder.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) Sets the value ofCfnTransitGatewayRouteProps.getTransitGatewayRouteTableId()CfnTransitGatewayRouteTableAssociation.Builder.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) The ID of the route table for the transit gateway.CfnTransitGatewayRouteTableAssociationProps.Builder.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) CfnTransitGatewayRouteTablePropagation.Builder.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) The ID of the propagation route table.CfnTransitGatewayRouteTablePropagationProps.Builder.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId)