Get Portal Result
data class GetPortalResult(val alarms: AlarmsProperties? = null, val notificationSenderEmail: String? = null, val portalArn: String? = null, val portalClientId: String? = null, val portalContactEmail: String? = null, val portalDescription: String? = null, val portalId: String? = null, val portalName: String? = null, val portalStartUrl: String? = null, val roleArn: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(alarms: AlarmsProperties? = null, notificationSenderEmail: String? = null, portalArn: String? = null, portalClientId: String? = null, portalContactEmail: String? = null, portalDescription: String? = null, portalId: String? = null, portalName: String? = null, portalStartUrl: String? = null, roleArn: String? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Contains the configuration information of an alarm created in an AWS IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range.
Link copied to clipboard
The email address that sends alarm notifications.
Link copied to clipboard
The AWS SSO application generated client ID (used with AWS SSO APIs).
Link copied to clipboard
The AWS administrator's contact email address.
Link copied to clipboard
A description for the portal.
Link copied to clipboard
A friendly name for the portal.
Link copied to clipboard
The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.