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

MessageBus

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

MessageBus for the messages flowing through the system. The admin has visibility and control over the messages being published and consumed and can restrict publishers and subscribers to only a subset of data available in the system by defining authorization policies.

interface MessageBus {
annotations?: {
[key: string]: string;
}
;
readonly createTime?: Date;
cryptoKeyName?: string;
displayName?: string;
readonly etag?: string;
labels?: {
[key: string]: string;
}
;
loggingConfig?: LoggingConfig;
name?: string;
readonly uid?: string;
readonly updateTime?: Date;
}

§Properties

§
annotations?: {
[key: string]: string;
}
[src]

Optional. Resource annotations.

§
readonly createTime?: Date
[src]

Output only. The creation time.

§
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/*.

§
displayName?: string
[src]

Optional. Resource display name.

§
readonly etag?: string
[src]

Output only. This checksum is computed by the server based on the value of other fields, and might be sent only on update and delete requests to ensure that the client has an up-to-date value before proceeding.

§
labels?: {
[key: string]: string;
}
[src]

Optional. Resource labels.

§
loggingConfig?: LoggingConfig
[src]

Optional. Config to control Platform logging for the Message Bus. This log configuration is applied to the Message Bus itself, and all the Enrollments attached to it.

§
name?: string
[src]

Identifier. Resource name of the form projects/{project}/locations/{location}/messageBuses/{message_bus}

§
readonly uid?: string
[src]

Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.

§
readonly updateTime?: Date
[src]

Output only. The last-modified time.