Uses of Interface
software.amazon.awscdk.interfaces.ec2.INetworkInsightsPathRef
Packages that use INetworkInsightsPathRef
Package
Description
Amazon EC2 Construct Library
-
Uses of INetworkInsightsPathRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of INetworkInsightsPathRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkInsightsPathRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement INetworkInsightsPathRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of INetworkInsightsPathRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement INetworkInsightsPathRefModifier and TypeClassDescriptionclassSpecifies a path to analyze for reachability.Methods in software.amazon.awscdk.services.ec2 that return INetworkInsightsPathRefModifier and TypeMethodDescriptionstatic INetworkInsightsPathRefCfnNetworkInsightsPath.fromNetworkInsightsPathArn(software.constructs.Construct scope, String id, String arn) Creates a new INetworkInsightsPathRef from an ARN.static INetworkInsightsPathRefCfnNetworkInsightsPath.fromNetworkInsightsPathId(software.constructs.Construct scope, String id, String networkInsightsPathId) Creates a new INetworkInsightsPathRef from a networkInsightsPathId.