getNetworkInsightsPathOutput function
Output<GetNetworkInsightsPathResult>
getNetworkInsightsPathOutput(
- GetNetworkInsightsPathArgs args, {
- InvokeOutputOptions? options,
Implementation
pulumi.Output<GetNetworkInsightsPathResult> getNetworkInsightsPathOutput(
GetNetworkInsightsPathArgs args, {
pulumi.InvokeOutputOptions? options,
}) {
return pulumi.invokeOutput<Map<String, dynamic>>(
'aws:ec2/getNetworkInsightsPath:getNetworkInsightsPath',
pulumi.Input.mapToInputs(args.toMap()),
options: options,
).apply(GetNetworkInsightsPathResult.fromMap);
}