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

CreateInstanceConfigRequest

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

The request for CreateInstanceConfigRequest.

interface CreateInstanceConfigRequest {
instanceConfig?: InstanceConfig;
instanceConfigId?: string;
validateOnly?: boolean;
}

§Properties

§
instanceConfig?: InstanceConfig
[src]

Required. The InstanceConfig proto of the configuration to create. instance_config.name must be /instanceConfigs/. instance_config.base_config must be a Google managed configuration name, e.g. /instanceConfigs/us-east1, /instanceConfigs/nam3.

§
instanceConfigId?: string
[src]

Required. The ID of the instance config to create. Valid identifiers are of the form custom-[-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length. The custom- prefix is required to avoid name conflicts with Google managed configurations.

§
validateOnly?: boolean
[src]

An option to validate, but not actually execute, a request, and provide the same response.