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

Core

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

Information about a core.

interface Core {
CertificateArn: string;
Id: string;
SyncShadow?: boolean | null;
ThingArn: string;
}

§Properties

§
CertificateArn: string
[src]

The ARN of the certificate associated with the core.

§
Id: string
[src]

A descriptive or arbitrary ID for the core. This value must be unique within the core definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.

§
SyncShadow?: boolean | null
[src]

If true, the core's local shadow is automatically synced with the cloud.

§
ThingArn: string
[src]

The ARN of the thing which is the core.