GetNetworkInsightsAnalysisForwardPathComponentVpc constructor

const GetNetworkInsightsAnalysisForwardPathComponentVpc({
  1. required Input<String> arn,
  2. required Input<String> id,
  3. required Input<String> name,
})

Creates a new GetNetworkInsightsAnalysisForwardPathComponentVpc. arn ARN of the selected Network Insights Analysis. id Required. name Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalyses API Reference.

Implementation

const GetNetworkInsightsAnalysisForwardPathComponentVpc({
  required this.arn,
  required this.id,
  required this.name,
});