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

PortalSummary

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

Contains a portal summary.

interface PortalSummary {
creationDate?: Date | number | null;
description?: string | null;
id: string;
lastUpdateDate?: Date | number | null;
name: string;
roleArn?: string | null;
startUrl: string;
status: PortalStatus;
}

§Properties

§
creationDate?: Date | number | null
[src]

The date the portal was created, in Unix epoch time.

§
description?: string | null
[src]

The portal's description.

§
id: string
[src]

The ID of the portal.

§
lastUpdateDate?: Date | number | null
[src]

The date the portal was last updated, in Unix epoch time.

§
name: string
[src]

The name of the portal.

§
roleArn?: string | null
[src]

The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.

§
startUrl: string
[src]

The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use Amazon Web Services SSO for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.