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

GoogleCloudRecommenderV1InsightTypeConfig

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

Configuration for an InsightType.

interface GoogleCloudRecommenderV1InsightTypeConfig {
annotations?: {
[key: string]: string;
}
;
displayName?: string;
etag?: string;
name?: string;
readonly revisionId?: string;
updateTime?: Date;
}

§Properties

§
annotations?: {
[key: string]: string;
}
[src]

Allows clients to store small amounts of arbitrary data. Annotations must follow the Kubernetes syntax. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

§
displayName?: string
[src]

A user-settable field to provide a human-readable name to be used in user interfaces.

§
etag?: string
[src]

Fingerprint of the InsightTypeConfig. Provides optimistic locking when updating.

§

InsightTypeGenerationConfig which configures the generation of insights for this insight type.

§
name?: string
[src]

Identifier. Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config

§
readonly revisionId?: string
[src]

Output only. Immutable. The revision ID of the config. A new revision is committed whenever the config is changed in any way. The format is an 8-character hexadecimal string.

§
updateTime?: Date
[src]

Last time when the config was updated.