NetworkInsightsAnalysisReturnPathComponentRouteTableRoute constructor
const
NetworkInsightsAnalysisReturnPathComponentRouteTableRoute({
- Input<
String?> ? destinationCidr, - Input<
String?> ? destinationPrefixListId, - Input<
String?> ? egressOnlyInternetGatewayId, - Input<
String?> ? gatewayId, - Input<
String?> ? instanceId, - Input<
String?> ? natGatewayId, - Input<
String?> ? networkInterfaceId, - Input<
String?> ? origin, - Input<
String?> ? transitGatewayId, - Input<
String?> ? vpcPeeringConnectionId,
Creates a new NetworkInsightsAnalysisReturnPathComponentRouteTableRoute.
destinationCidr Optional.
destinationPrefixListId Optional.
egressOnlyInternetGatewayId Optional.
gatewayId Optional.
instanceId Optional.
natGatewayId Optional.
networkInterfaceId Optional.
origin Optional.
transitGatewayId Optional.
vpcPeeringConnectionId Optional.
Implementation
const NetworkInsightsAnalysisReturnPathComponentRouteTableRoute({
this.destinationCidr,
this.destinationPrefixListId,
this.egressOnlyInternetGatewayId,
this.gatewayId,
this.instanceId,
this.natGatewayId,
this.networkInterfaceId,
this.origin,
this.transitGatewayId,
this.vpcPeeringConnectionId,
});