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

GoogleCloudApihubV1Config

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

Available configurations to provision an ApiHub Instance.

interface GoogleCloudApihubV1Config {
cmekKeyName?: string;
disableSearch?: boolean;
encryptionType?: "ENCRYPTION_TYPE_UNSPECIFIED" | "GMEK" | "CMEK";
vertexLocation?: string;
}

§Properties

§
cmekKeyName?: string
[src]

Optional. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match the instance location. If the CMEK is not provided, a GMEK will be created for the instance.

§
disableSearch?: boolean
[src]

Optional. If true, the search will be disabled for the instance. The default value is false.

§
encryptionType?: "ENCRYPTION_TYPE_UNSPECIFIED" | "GMEK" | "CMEK"
[src]

Optional. Encryption type for the region. If the encryption type is CMEK, the cmek_key_name must be provided. If no encryption type is provided, GMEK will be used.

§
vertexLocation?: string
[src]

Optional. The name of the Vertex AI location where the data store is stored.