GoldengateAmazonS3ConnectionProperties constructor

GoldengateAmazonS3ConnectionProperties({
  1. String? accessKeyId,
  2. String? endpoint,
  3. String? region,
  4. String? secretAccessKeySecret,
  5. String? technologyType,
})

Implementation

GoldengateAmazonS3ConnectionProperties({
  this.accessKeyId,
  this.endpoint,
  this.region,
  this.secretAccessKeySecret,
  this.technologyType,
});