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

CreatePortalResponse

import type { CreatePortalResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreatePortalResponse {
portalArn: string;
portalId: string;
portalStartUrl: string;
portalStatus: PortalStatus;
ssoApplicationId: string;
}

§Properties

§
portalArn: string
[src]

The ARN of the portal, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}
§
portalId: string
[src]

The ID of the created portal.

§
portalStartUrl: 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.

§
portalStatus: PortalStatus
[src]

The status of the portal, which contains a state (CREATING after successfully calling this operation) and any error message.

§
ssoApplicationId: string
[src]

The associated Amazon Web Services SSO application ID, if the portal uses Amazon Web Services SSO.