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

GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec

import type { GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

Spec that applies to clusters of an Instance of Cloud Bigtable.

interface GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec {
displayName?: string;
linkedResource?: string;
location?: string;
type?: string;
}

§Properties

§
displayName?: string
[src]

Name of the cluster.

§
linkedResource?: string
[src]

A link back to the parent resource, in this case Instance.

§
location?: string
[src]

Location of the cluster, typically a Cloud zone.

§
type?: string
[src]

Type of the resource. For a cluster this would be "CLUSTER".