EgressNetworkConfig constructor

EgressNetworkConfig({
  1. DnsPeeringConfig? dnsPeeringConfig,
  2. String? networkAttachment,
  3. String? trustConfig,
  4. String? vpcEgress,
})

Implementation

EgressNetworkConfig({
  this.dnsPeeringConfig,
  this.networkAttachment,
  this.trustConfig,
  this.vpcEgress,
});