DBClusterParameterGroup constructor

DBClusterParameterGroup({
  1. String? dBClusterParameterGroupArn,
  2. String? dBClusterParameterGroupName,
  3. String? dBParameterGroupFamily,
  4. String? description,
})

Implementation

DBClusterParameterGroup({
  this.dBClusterParameterGroupArn,
  this.dBClusterParameterGroupName,
  this.dBParameterGroupFamily,
  this.description,
});