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

Configuration

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

Represents an MSK Configuration.

interface Configuration {
Arn: string;
CreationTime: Date | number;
Description: string;
KafkaVersions: string[];
LatestRevision: ConfigurationRevision;
Name: string;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the configuration.

§
CreationTime: Date | number
[src]

The time when the configuration was created.

§
Description: string
[src]

The description of the configuration.

§
KafkaVersions: string[]
[src]

An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.

§

Latest revision of the configuration.

§
Name: string
[src]

The name of the configuration.

§

The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.