NetworkInsightsAnalysisForwardPathComponentTransitGateway constructor

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

Creates a new NetworkInsightsAnalysisForwardPathComponentTransitGateway. arn ARN of the Network Insights Analysis. id ID of the Network Insights Analysis. name Optional.

Implementation

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