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 spec that can be applied to a top-level resource.

interface GoogleCloudAiplatformV1EncryptionSpec {
kmsKeyName?: string;
}

§Properties

§
kmsKeyName?: string
[src]

Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.