AwsRedshiftClusterClusterNode constructor

AwsRedshiftClusterClusterNode({
  1. String? nodeRole,
  2. String? privateIpAddress,
  3. String? publicIpAddress,
})

Implementation

AwsRedshiftClusterClusterNode({
  this.nodeRole,
  this.privateIpAddress,
  this.publicIpAddress,
});