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

ProjectsInstancesClustersCreateOptions

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

Additional options for BigtableAdmin#projectsInstancesClustersCreate.

interface ProjectsInstancesClustersCreateOptions {
clusterId?: string;
}

§Properties

§
clusterId?: string
[src]

Required. The ID to be used when referring to the new cluster within its instance, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster.