GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute constructor
const
GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute({})
Creates a new GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute.
attachmentId Required.
destinationCidr Required.
prefixListId Required.
resourceId Required.
resourceType Required.
routeOrigin Required.
state Required.
Implementation
const GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute({
required this.attachmentId,
required this.destinationCidr,
required this.prefixListId,
required this.resourceId,
required this.resourceType,
required this.routeOrigin,
required this.state,
});