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;
}