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

GcpConfig

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

Configuration properties for a Kafka cluster deployed to Google Cloud Platform.

interface GcpConfig {
accessConfig?: AccessConfig;
kmsKey?: string;
}

§Properties

§
accessConfig?: AccessConfig
[src]

Required. Access configuration for the Kafka cluster.

§
kmsKey?: string
[src]

Optional. Immutable. The Cloud KMS Key name to use for encryption. The key must be located in the same region as the cluster and cannot be changed. Structured like: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.