Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClusterConfig

import type { ClusterConfig } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Configuration for a cluster.

interface ClusterConfig {
clusterAutoscalingConfig?: ClusterAutoscalingConfig;
}

§Properties

§
clusterAutoscalingConfig?: ClusterAutoscalingConfig
[src]

Autoscaling configuration for this cluster.