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

CreateConfigurationResponse

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the configuration.

§
CreationTime?: Date | number | null
[src]

The time when the configuration was created.

§
LatestRevision?: ConfigurationRevision | null
[src]

Latest revision of the configuration.

§
Name?: string | null
[src]

The name of the configuration.

§

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