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

ConfigurationRevision

import type { ConfigurationRevision } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Describes a configuration revision.

interface ConfigurationRevision {
CreationTime: Date | number;
Description?: string | null;
Revision: number;
}

§Properties

§
CreationTime: Date | number
[src]

The time when the configuration revision was created.

§
Description?: string | null
[src]

The description of the configuration revision.

§
Revision: number
[src]

The revision number.