RdsDbInstance constructor

RdsDbInstance({
  1. String? address,
  2. String? dbInstanceIdentifier,
  3. String? dbPassword,
  4. String? dbUser,
  5. String? engine,
  6. bool? missingOnRds,
  7. String? rdsDbInstanceArn,
  8. String? region,
  9. String? stackId,
})

Implementation

RdsDbInstance({
  this.address,
  this.dbInstanceIdentifier,
  this.dbPassword,
  this.dbUser,
  this.engine,
  this.missingOnRds,
  this.rdsDbInstanceArn,
  this.region,
  this.stackId,
});