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

SigningProfileParameter

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

Describes the code-signing profile.

interface SigningProfileParameter {
certificateArn?: string | null;
certificatePathOnDevice?: string | null;
platform?: string | null;
}

§Properties

§
certificateArn?: string | null
[src]

Certificate ARN.

§
certificatePathOnDevice?: string | null
[src]

The location of the code-signing certificate on your device.

§
platform?: string | null
[src]

The hardware platform of your device.