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

DescribeConfigurationResponse

import type { DescribeConfigurationResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kafka.ts";
interface DescribeConfigurationResponse {
Arn?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
KafkaVersions?: string[] | null;
LatestRevision?: ConfigurationRevision | null;
Name?: string | null;
State?: ConfigurationState | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
KafkaVersions?: string[] | null
[src]
§
LatestRevision?: ConfigurationRevision | null
[src]
§
Name?: string | null
[src]