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

Config

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

Config for all repositories in a given project and location.

interface Config {
defaultKmsKeyName?: string;
readonly internalMetadata?: string;
name?: string;
}

§Properties

§
defaultKmsKeyName?: string
[src]

Optional. The default KMS key that is used if no encryption key is provided when a repository is created.

§
readonly internalMetadata?: string
[src]

Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.

§
name?: string
[src]

Identifier. The config name.