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

GoogleChannelConfig

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

A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-party triggers in the matching region. Once configured, first-party event data will be protected using the specified custom managed encryption key instead of Google-managed encryption keys.

interface GoogleChannelConfig {
cryptoKeyName?: string;
name?: string;
readonly updateTime?: Date;
}

§Properties

§
cryptoKeyName?: string
[src]

Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern projects/*\/locations/*\/keyRings/*\/cryptoKeys/*.

§
name?: string
[src]

Required. The resource name of the config. Must be in the format of, projects/{project}/locations/{location}/googleChannelConfig.

§
readonly updateTime?: Date
[src]

Output only. The last-modified time.