AwsRdsDbParameterGroup constructor

AwsRdsDbParameterGroup({
  1. String? dbParameterGroupName,
  2. String? parameterApplyStatus,
})

Implementation

AwsRdsDbParameterGroup({
  this.dbParameterGroupName,
  this.parameterApplyStatus,
});