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

GoogleCloudMlV1__EncryptionConfig

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

Represents a custom encryption key configuration that can be applied to a resource.

interface GoogleCloudMlV1__EncryptionConfig {
kmsKeyName?: string;
}

§Properties

§
kmsKeyName?: string
[src]

The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}