NetworkInsightsAccessScopeExcludePath constructor

const NetworkInsightsAccessScopeExcludePath({
  1. Input<NetworkInsightsAccessScopeExcludePathDestination?>? destination,
  2. Input<NetworkInsightsAccessScopeExcludePathSource?>? source,
  3. Input<List<NetworkInsightsAccessScopeExcludePathThroughResource>?>? throughResources,
})

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,
});