AwsRedshiftClusterEndpoint constructor

AwsRedshiftClusterEndpoint({
  1. String? address,
  2. int? port,
})

Implementation

AwsRedshiftClusterEndpoint({
  this.address,
  this.port,
});