GoldengateAmazonRedshiftConnectionProperties constructor

GoldengateAmazonRedshiftConnectionProperties({
  1. String? connectionUrl,
  2. String? password,
  3. String? passwordSecretVersion,
  4. String? technologyType,
  5. String? username,
})

Implementation

GoldengateAmazonRedshiftConnectionProperties({
  this.connectionUrl,
  this.password,
  this.passwordSecretVersion,
  this.technologyType,
  this.username,
});