MachineConfiguration
import type { MachineConfiguration } from "https://googleapis.deno.dev/v1/redis:v1.ts";
MachineConfiguration describes the configuration of a machine specific to Database Resource.
interface MachineConfiguration {
cpuCount?: number;
memorySizeInBytes?: bigint;
shardCount?: number;
vcpuCount?: number;
}