GoldengateAmazonKinesisConnectionProperties constructor

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

Implementation

GoldengateAmazonKinesisConnectionProperties({
  this.accessKeyId,
  this.awsRegion,
  this.endpoint,
  this.secretAccessKeySecret,
  this.technologyType,
});