RelationalDatabase constructor

RelationalDatabase({
  1. String? arn,
  2. bool? backupRetentionEnabled,
  3. String? caCertificateIdentifier,
  4. DateTime? createdAt,
  5. String? engine,
  6. String? engineVersion,
  7. RelationalDatabaseHardware? hardware,
  8. DateTime? latestRestorableTime,
  9. ResourceLocation? location,
  10. String? masterDatabaseName,
  11. RelationalDatabaseEndpoint? masterEndpoint,
  12. String? masterUsername,
  13. String? name,
  14. String? parameterApplyStatus,
  15. List<PendingMaintenanceAction>? pendingMaintenanceActions,
  16. PendingModifiedRelationalDatabaseValues? pendingModifiedValues,
  17. String? preferredBackupWindow,
  18. String? preferredMaintenanceWindow,
  19. bool? publiclyAccessible,
  20. String? relationalDatabaseBlueprintId,
  21. String? relationalDatabaseBundleId,
  22. ResourceType? resourceType,
  23. String? secondaryAvailabilityZone,
  24. String? state,
  25. String? supportCode,
  26. List<Tag>? tags,
})

Implementation

RelationalDatabase({
  this.arn,
  this.backupRetentionEnabled,
  this.caCertificateIdentifier,
  this.createdAt,
  this.engine,
  this.engineVersion,
  this.hardware,
  this.latestRestorableTime,
  this.location,
  this.masterDatabaseName,
  this.masterEndpoint,
  this.masterUsername,
  this.name,
  this.parameterApplyStatus,
  this.pendingMaintenanceActions,
  this.pendingModifiedValues,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.publiclyAccessible,
  this.relationalDatabaseBlueprintId,
  this.relationalDatabaseBundleId,
  this.resourceType,
  this.secondaryAvailabilityZone,
  this.state,
  this.supportCode,
  this.tags,
});