CreateUserRequest: {
    instanceId: string;
    name: string;
    password: string;
    region?: Region;
}

Type declaration

  • instanceId: string

    UUID of the Database Instance the user belongs to.

  • name: string

    Name of the database user.

  • password: string

    Password of the database user.

  • Optionalregion?: Region

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