Uses of Interface
software.amazon.awscdk.services.ec2.alpha.ITransitGatewayRouteTable
Packages that use ITransitGatewayRouteTable
-
Uses of ITransitGatewayRouteTable in software.amazon.awscdk.services.ec2.alpha
Subinterfaces of ITransitGatewayRouteTable in software.amazon.awscdk.services.ec2.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITransitGatewayRouteTable.Classes in software.amazon.awscdk.services.ec2.alpha that implement ITransitGatewayRouteTableModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Creates a Transit Gateway route table.Methods in software.amazon.awscdk.services.ec2.alpha that return ITransitGatewayRouteTableModifier and TypeMethodDescriptionTransitGateway.addRouteTable(String id) (experimental) Adds a new route table to the Transit Gateway.default ITransitGatewayRouteTableAttachVpcOptions.getAssociationRouteTable()(experimental) An optional route table to associate with this VPC attachment.AttachVpcOptions.Jsii$Proxy.getAssociationRouteTable()ITransitGateway.getDefaultRouteTable()(experimental) The default route table associated with the Transit Gateway.default ITransitGatewayRouteTableITransitGateway.Jsii$Default.getDefaultRouteTable()(experimental) The default route table associated with the Transit Gateway.ITransitGateway.Jsii$Proxy.getDefaultRouteTable()(experimental) The default route table associated with the Transit Gateway.TransitGateway.getDefaultRouteTable()(experimental) The default route table associated with the Transit Gateway.ITransitGatewayRoute.getRouteTable()(experimental) The transit gateway route table this route belongs to.default ITransitGatewayRouteTableITransitGatewayRoute.Jsii$Default.getRouteTable()(experimental) The transit gateway route table this route belongs to.ITransitGatewayRoute.Jsii$Proxy.getRouteTable()(experimental) The transit gateway route table this route belongs to.TransitGatewayBlackholeRoute.getRouteTable()(experimental) The transit gateway route table this route belongs to.TransitGatewayRoute.getRouteTable()(experimental) The transit gateway route table this route belongs to.BaseTransitGatewayRouteProps.getTransitGatewayRouteTable()(experimental) The transit gateway route table you want to install this route into.BaseTransitGatewayRouteProps.Jsii$Proxy.getTransitGatewayRouteTable()TransitGatewayBlackholeRouteProps.Jsii$Proxy.getTransitGatewayRouteTable()TransitGatewayRouteProps.Jsii$Proxy.getTransitGatewayRouteTable()TransitGatewayRouteTableAssociationProps.getTransitGatewayRouteTable()(experimental) The ID of the transit gateway route table association.TransitGatewayRouteTableAssociationProps.Jsii$Proxy.getTransitGatewayRouteTable()TransitGatewayRouteTablePropagationProps.getTransitGatewayRouteTable()(experimental) The ID of the transit gateway route table propagation.TransitGatewayRouteTablePropagationProps.Jsii$Proxy.getTransitGatewayRouteTable()Methods in software.amazon.awscdk.services.ec2.alpha that return types with arguments of type ITransitGatewayRouteTableModifier and TypeMethodDescriptiondefault List<ITransitGatewayRouteTable> AttachVpcOptions.getPropagationRouteTables()(experimental) A list of optional route tables to propagate routes to.final List<ITransitGatewayRouteTable> AttachVpcOptions.Jsii$Proxy.getPropagationRouteTables()Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type ITransitGatewayRouteTableModifier and TypeMethodDescriptionAttachVpcOptions.Builder.associationRouteTable(ITransitGatewayRouteTable associationRouteTable) Sets the value ofAttachVpcOptions.getAssociationRouteTable()BaseTransitGatewayRouteProps.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) Sets the value ofBaseTransitGatewayRouteProps.getTransitGatewayRouteTable()TransitGatewayBlackholeRoute.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) (experimental) The transit gateway route table you want to install this route into.TransitGatewayBlackholeRouteProps.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) Sets the value ofBaseTransitGatewayRouteProps.getTransitGatewayRouteTable()TransitGatewayRoute.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) (experimental) The transit gateway route table you want to install this route into.TransitGatewayRouteProps.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) Sets the value ofBaseTransitGatewayRouteProps.getTransitGatewayRouteTable()TransitGatewayRouteTableAssociation.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) (experimental) The ID of the transit gateway route table association.TransitGatewayRouteTableAssociationProps.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) Sets the value ofTransitGatewayRouteTableAssociationProps.getTransitGatewayRouteTable()TransitGatewayRouteTablePropagation.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) (experimental) The ID of the transit gateway route table propagation.TransitGatewayRouteTablePropagationProps.Builder.transitGatewayRouteTable(ITransitGatewayRouteTable transitGatewayRouteTable) Sets the value ofTransitGatewayRouteTablePropagationProps.getTransitGatewayRouteTable()Method parameters in software.amazon.awscdk.services.ec2.alpha with type arguments of type ITransitGatewayRouteTableModifier and TypeMethodDescriptionAttachVpcOptions.Builder.propagationRouteTables(List<? extends ITransitGatewayRouteTable> propagationRouteTables) Sets the value ofAttachVpcOptions.getPropagationRouteTables()