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

ChefConfiguration

import type { ChefConfiguration } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Describes the Chef configuration.

interface ChefConfiguration {
BerkshelfVersion?: string | null;
ManageBerkshelf?: boolean | null;
}

§Properties

§
BerkshelfVersion?: string | null
[src]

The Berkshelf version.

§
ManageBerkshelf?: boolean | null
[src]

Whether to enable Berkshelf.