Uses of Interface
software.amazon.awscdk.services.appmesh.IVirtualGateway
Packages that use IVirtualGateway
-
Uses of IVirtualGateway in software.amazon.awscdk.services.appmesh
Subinterfaces of IVirtualGateway in software.amazon.awscdk.services.appmeshModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVirtualGateway.Classes in software.amazon.awscdk.services.appmesh that implement IVirtualGatewayModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classVirtualGateway represents a newly defined App Mesh Virtual Gateway.Methods in software.amazon.awscdk.services.appmesh that return IVirtualGatewayModifier and TypeMethodDescriptionstatic IVirtualGatewayVirtualGateway.fromVirtualGatewayArn(software.constructs.Construct scope, String id, String virtualGatewayArn) Import an existing VirtualGateway given an ARN.static IVirtualGatewayVirtualGateway.fromVirtualGatewayAttributes(software.constructs.Construct scope, String id, VirtualGatewayAttributes attrs) Import an existing VirtualGateway given its attributes.GatewayRoute.getVirtualGateway()The VirtualGateway this GatewayRoute is a part of.GatewayRouteAttributes.getVirtualGateway()The VirtualGateway this GatewayRoute is associated with.final IVirtualGatewayGatewayRouteAttributes.Jsii$Proxy.getVirtualGateway()GatewayRouteProps.getVirtualGateway()The VirtualGateway this GatewayRoute is associated with.final IVirtualGatewayGatewayRouteProps.Jsii$Proxy.getVirtualGateway()IGatewayRoute.getVirtualGateway()The VirtualGateway the GatewayRoute belongs to.default IVirtualGatewayIGatewayRoute.Jsii$Default.getVirtualGateway()The VirtualGateway the GatewayRoute belongs to.final IVirtualGatewayIGatewayRoute.Jsii$Proxy.getVirtualGateway()The VirtualGateway the GatewayRoute belongs to.Methods in software.amazon.awscdk.services.appmesh with parameters of type IVirtualGatewayModifier and TypeMethodDescriptionGatewayRoute.Builder.virtualGateway(IVirtualGateway virtualGateway) The VirtualGateway this GatewayRoute is associated with.GatewayRouteAttributes.Builder.virtualGateway(IVirtualGateway virtualGateway) Sets the value ofGatewayRouteAttributes.getVirtualGateway()GatewayRouteProps.Builder.virtualGateway(IVirtualGateway virtualGateway) Sets the value ofGatewayRouteProps.getVirtualGateway()