RDSMetadata constructor

RDSMetadata({
  1. String? dataPipelineId,
  2. RDSDatabase? database,
  3. String? databaseUserName,
  4. String? resourceRole,
  5. String? selectSqlQuery,
  6. String? serviceRole,
})

Implementation

RDSMetadata({
  this.dataPipelineId,
  this.database,
  this.databaseUserName,
  this.resourceRole,
  this.selectSqlQuery,
  this.serviceRole,
});