Uses of Interface
software.amazon.awscdk.services.ec2.alpha.ITransitGatewayAttachment
Packages that use ITransitGatewayAttachment
-
Uses of ITransitGatewayAttachment in software.amazon.awscdk.services.ec2.alpha
Subinterfaces of ITransitGatewayAttachment in software.amazon.awscdk.services.ec2.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITransitGatewayAttachment.interface(experimental) Represents a Transit Gateway VPC Attachment.static interfaceInternal default implementation forITransitGatewayVpcAttachment.Classes in software.amazon.awscdk.services.ec2.alpha that implement ITransitGatewayAttachmentModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Creates a Transit Gateway VPC Attachment.Methods in software.amazon.awscdk.services.ec2.alpha that return ITransitGatewayAttachmentModifier and TypeMethodDescriptionTransitGatewayRouteProps.getTransitGatewayAttachment()(experimental) The transit gateway attachment to route the traffic to.TransitGatewayRouteProps.Jsii$Proxy.getTransitGatewayAttachment()TransitGatewayRouteTableAssociationProps.getTransitGatewayVpcAttachment()(experimental) The ID of the transit gateway route table association.TransitGatewayRouteTableAssociationProps.Jsii$Proxy.getTransitGatewayVpcAttachment()TransitGatewayRouteTablePropagationProps.getTransitGatewayVpcAttachment()(experimental) The ID of the transit gateway route table propagation.TransitGatewayRouteTablePropagationProps.Jsii$Proxy.getTransitGatewayVpcAttachment()Methods in software.amazon.awscdk.services.ec2.alpha with parameters of type ITransitGatewayAttachmentModifier and TypeMethodDescriptionITransitGatewayRouteTable.addAssociation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Associate the provided Attachments with this route table.ITransitGatewayRouteTable.Jsii$Default.addAssociation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Associate the provided Attachments with this route table.ITransitGatewayRouteTable.Jsii$Proxy.addAssociation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Associate the provided Attachments with this route table.TransitGatewayRouteTable.addAssociation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Associate the provided Attachments with this route table.ITransitGatewayRouteTable.addRoute(String id, ITransitGatewayAttachment transitGatewayAttachment, String destinationCidr) (experimental) Add an active route to this route table.default ITransitGatewayRouteITransitGatewayRouteTable.Jsii$Default.addRoute(String id, ITransitGatewayAttachment transitGatewayAttachment, String destinationCidr) (experimental) Add an active route to this route table.final ITransitGatewayRouteITransitGatewayRouteTable.Jsii$Proxy.addRoute(String id, ITransitGatewayAttachment transitGatewayAttachment, String destinationCidr) (experimental) Add an active route to this route table.TransitGatewayRouteTable.addRoute(String id, ITransitGatewayAttachment transitGatewayAttachment, String destinationCidr) (experimental) Add an active route to this route table.ITransitGatewayRouteTable.enablePropagation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Enable propagation from the provided Attachments to this route table.ITransitGatewayRouteTable.Jsii$Default.enablePropagation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Enable propagation from the provided Attachments to this route table.ITransitGatewayRouteTable.Jsii$Proxy.enablePropagation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Enable propagation from the provided Attachments to this route table.TransitGatewayRouteTable.enablePropagation(String id, ITransitGatewayAttachment transitGatewayAttachment) (experimental) Enable propagation from the provided Attachments to this route table.TransitGatewayRoute.Builder.transitGatewayAttachment(ITransitGatewayAttachment transitGatewayAttachment) (experimental) The transit gateway attachment to route the traffic to.TransitGatewayRouteProps.Builder.transitGatewayAttachment(ITransitGatewayAttachment transitGatewayAttachment) Sets the value ofTransitGatewayRouteProps.getTransitGatewayAttachment()TransitGatewayRouteTableAssociation.Builder.transitGatewayVpcAttachment(ITransitGatewayAttachment transitGatewayVpcAttachment) (experimental) The ID of the transit gateway route table association.TransitGatewayRouteTableAssociationProps.Builder.transitGatewayVpcAttachment(ITransitGatewayAttachment transitGatewayVpcAttachment) TransitGatewayRouteTablePropagation.Builder.transitGatewayVpcAttachment(ITransitGatewayAttachment transitGatewayVpcAttachment) (experimental) The ID of the transit gateway route table propagation.TransitGatewayRouteTablePropagationProps.Builder.transitGatewayVpcAttachment(ITransitGatewayAttachment transitGatewayVpcAttachment)