GoldengateAmazonRedshiftConnectionProperties.fromJson constructor

GoldengateAmazonRedshiftConnectionProperties.fromJson(
  1. Map json_
)

Implementation

GoldengateAmazonRedshiftConnectionProperties.fromJson(core.Map json_)
  : this(
      connectionUrl: json_['connectionUrl'] as core.String?,
      password: json_['password'] as core.String?,
      passwordSecretVersion: json_['passwordSecretVersion'] as core.String?,
      technologyType: json_['technologyType'] as core.String?,
      username: json_['username'] as core.String?,
    );