AwsRedshiftClusterClusterParameterGroup constructor

AwsRedshiftClusterClusterParameterGroup({
  1. List<AwsRedshiftClusterClusterParameterStatus>? clusterParameterStatusList,
  2. String? parameterApplyStatus,
  3. String? parameterGroupName,
})

Implementation

AwsRedshiftClusterClusterParameterGroup({
  this.clusterParameterStatusList,
  this.parameterApplyStatus,
  this.parameterGroupName,
});