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

GoogleCloudAiplatformV1EncryptionSpec

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

Represents a customer-managed encryption key specification that can be applied to a Vertex AI resource.

interface GoogleCloudAiplatformV1EncryptionSpec {
kmsKeyName?: string;
}

§Properties

§
kmsKeyName?: string
[src]

Required. Resource name of the Cloud KMS key used to protect the resource. The Cloud KMS key must be in the same region as the resource. It must have the format projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.