LinkedVpcNetwork constructor

LinkedVpcNetwork({
  1. List<String>? excludeExportRanges,
  2. List<String>? includeExportRanges,
  3. List<String>? producerVpcSpokes,
  4. List<String>? proposedIncludeExportRanges,
  5. String? uri,
})

Implementation

LinkedVpcNetwork({
  this.excludeExportRanges,
  this.includeExportRanges,
  this.producerVpcSpokes,
  this.proposedIncludeExportRanges,
  this.uri,
});