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

ComponentPlatform

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

Contains information about a platform that a component supports.

interface ComponentPlatform {
attributes?: {
[key: string]: string | null | undefined;
}
| null;
name?: string | null;
}

§Properties

§
attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]

A dictionary of attributes for the platform. The IoT Greengrass Core software defines the os and platform by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.

§
name?: string | null
[src]

The friendly name of the platform. This name helps you identify the platform.

If you omit this parameter, IoT Greengrass creates a friendly name from the os and architecture of the platform.