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

SidewalkAccountInfoWithFingerprint

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

Information about a Sidewalk account.

interface SidewalkAccountInfoWithFingerprint {
AmazonId?: string | null;
Arn?: string | null;
Fingerprint?: string | null;
}

§Properties

§
AmazonId?: string | null
[src]

The Sidewalk Amazon ID.

§
Arn?: string | null
[src]

The Amazon Resource Name of the resource.

§
Fingerprint?: string | null
[src]

The fingerprint of the Sidewalk application server private key.