Uses of Interface
software.amazon.awscdk.interfaces.ec2.INetworkInsightsAnalysisRef
Packages that use INetworkInsightsAnalysisRef
Package
Description
Amazon EC2 Construct Library
-
Uses of INetworkInsightsAnalysisRef in software.amazon.awscdk.interfaces.ec2
Subinterfaces of INetworkInsightsAnalysisRef in software.amazon.awscdk.interfaces.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkInsightsAnalysisRef.Classes in software.amazon.awscdk.interfaces.ec2 that implement INetworkInsightsAnalysisRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of INetworkInsightsAnalysisRef in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement INetworkInsightsAnalysisRefModifier and TypeClassDescriptionclassSpecifies a network insights analysis.Methods in software.amazon.awscdk.services.ec2 that return INetworkInsightsAnalysisRefModifier and TypeMethodDescriptionstatic INetworkInsightsAnalysisRefCfnNetworkInsightsAnalysis.fromNetworkInsightsAnalysisArn(software.constructs.Construct scope, String id, String arn) Creates a new INetworkInsightsAnalysisRef from an ARN.static INetworkInsightsAnalysisRefCfnNetworkInsightsAnalysis.fromNetworkInsightsAnalysisId(software.constructs.Construct scope, String id, String networkInsightsAnalysisId) Creates a new INetworkInsightsAnalysisRef from a networkInsightsAnalysisId.