CreateDatabaseRequest: {
    instanceId: string;
    name: string;
    region?: Region;
}

Type declaration

  • instanceId: string

    UUID of the Database Instance where to create the database.

  • name: string

    Name of the database.

  • Optionalregion?: Region

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