PortalSummary

Contains a portal summary.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The portal's description.

Link copied to clipboard
val id: String

The ID of the portal.

Link copied to clipboard

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

Link copied to clipboard

The name of the portal.

Link copied to clipboard

Define the type of portal. The value for IoT SiteWise Monitor (Classic) is SITEWISE_PORTAL_V1. The value for IoT SiteWise Monitor (AI-aware) is SITEWISE_PORTAL_V2.

Link copied to clipboard

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.

Link copied to clipboard

The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center 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.

Link copied to clipboard

Contains information about the current status of a portal.

Functions

Link copied to clipboard
inline fun copy(block: PortalSummary.Builder.() -> Unit = {}): PortalSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String