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

CoreDefinitionVersion

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

Information about a core definition version.

interface CoreDefinitionVersion {
Cores?: Core[] | null;
}

§Properties

§
Cores?: Core[] | null
[src]

A list of cores in the core definition version.