NetworkInsightsAccessScopeExcludePath constructor
const
NetworkInsightsAccessScopeExcludePath({
- Input<
NetworkInsightsAccessScopeExcludePathDestination?> ? destination, - Input<
NetworkInsightsAccessScopeExcludePathSource?> ? source, - Input<
List< ? throughResources,NetworkInsightsAccessScopeExcludePathThroughResource> ?>
Creates a new NetworkInsightsAccessScopeExcludePath.
destination Path statement for the destination.
source Path statement for the source.
throughResources Path statement for through resources.
Implementation
const NetworkInsightsAccessScopeExcludePath({
this.destination,
this.source,
this.throughResources,
});