ZoneDistributionConfig
import type { ZoneDistributionConfig } from "https://googleapis.deno.dev/v1/redis:v1.ts";
Zone distribution config for allocation of cluster resources.
interface ZoneDistributionConfig {
mode?: "ZONE_DISTRIBUTION_MODE_UNSPECIFIED" | "MULTI_ZONE" | "SINGLE_ZONE";
zone?: string;
}