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

ConfigurationState

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

The state of a configuration.

type ConfigurationState =
| "ACTIVE"
| "DELETING"
| "DELETE_FAILED"

§Type

§
"ACTIVE" | "DELETING" | "DELETE_FAILED" | cmnP.UnexpectedEnumValue
[src]