NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute constructor

const NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute({
  1. Input<String?>? attachmentId,
  2. Input<String?>? destinationCidr,
  3. Input<String?>? prefixListId,
  4. Input<String?>? resourceId,
  5. Input<String?>? resourceType,
  6. Input<String?>? routeOrigin,
  7. Input<String?>? state,
})

Creates a new NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute. attachmentId Optional. destinationCidr Optional. prefixListId Optional. resourceId Optional. resourceType Optional. routeOrigin Optional. state Optional.

Implementation

const NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute({
  this.attachmentId,
  this.destinationCidr,
  this.prefixListId,
  this.resourceId,
  this.resourceType,
  this.routeOrigin,
  this.state,
});