CreateDatabaseRequest: {
    cpuMax: number;
    cpuMin: number;
    fromBackupId?: string;
    name: string;
    projectId?: string;
    region?: Region;
}

Type declaration

  • cpuMax: number

    The maximum number of CPU units for your Serverless SQL Database.

  • cpuMin: number

    The minimum number of CPU units for your Serverless SQL Database.

  • OptionalfromBackupId?: string

    The ID of the backup to create the database from.

  • name: string

    The name of the Serverless SQL Database to be created.

  • OptionalprojectId?: string

    The ID of your Scaleway project.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.