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

DeleteConfigurationResponse

import type { DeleteConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface DeleteConfigurationResponse {
Arn?: string | null;
State?: ConfigurationState | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

§

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