NetworkInsightsAnalysisForwardPathComponentRouteTableRoute constructor

const NetworkInsightsAnalysisForwardPathComponentRouteTableRoute({
  1. Input<String?>? destinationCidr,
  2. Input<String?>? destinationPrefixListId,
  3. Input<String?>? egressOnlyInternetGatewayId,
  4. Input<String?>? gatewayId,
  5. Input<String?>? instanceId,
  6. Input<String?>? natGatewayId,
  7. Input<String?>? networkInterfaceId,
  8. Input<String?>? origin,
  9. Input<String?>? transitGatewayId,
  10. Input<String?>? vpcPeeringConnectionId,
})

Creates a new NetworkInsightsAnalysisForwardPathComponentRouteTableRoute. destinationCidr Optional. destinationPrefixListId Optional. egressOnlyInternetGatewayId Optional. gatewayId Optional. instanceId Optional. natGatewayId Optional. networkInterfaceId Optional. origin Optional. transitGatewayId Optional. vpcPeeringConnectionId Optional.

Implementation

const NetworkInsightsAnalysisForwardPathComponentRouteTableRoute({
  this.destinationCidr,
  this.destinationPrefixListId,
  this.egressOnlyInternetGatewayId,
  this.gatewayId,
  this.instanceId,
  this.natGatewayId,
  this.networkInterfaceId,
  this.origin,
  this.transitGatewayId,
  this.vpcPeeringConnectionId,
});