CdcConfig constructor

CdcConfig({
  1. String? bucket,
  2. String? password,
  3. String? reverseProxySubnet,
  4. String? rootPath,
  5. String? subnetIpRange,
  6. String? username,
  7. String? vpcNetwork,
})

Implementation

CdcConfig({
  this.bucket,
  this.password,
  this.reverseProxySubnet,
  this.rootPath,
  this.subnetIpRange,
  this.username,
  this.vpcNetwork,
});