PortalSummary
Contains a portal summary.
Contents
- id
-
The ID of the portal.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Required: Yes
- name
-
The name of the portal.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[^\u0000-\u001F\u007F]+
Required: Yes
- startUrl
-
The URL for the Amazon 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 Amazon IoT SiteWise console to get a URL that you can use to access the portal.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^(http|https)\://\S+
Required: Yes
- status
-
Contains information about the current status of a portal.
Type: PortalStatus object
Required: Yes
- creationDate
-
The date the portal was created, in Unix epoch time.
Type: Timestamp
Required: No
- description
-
The portal's description.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\u0000-\u001F\u007F]+
Required: No
- lastUpdateDate
-
The date the portal was last updated, in Unix epoch time.
Type: Timestamp
Required: No
- portalType
-
Define the type of portal. The value for Amazon IoT SiteWise Monitor (Classic) is
SITEWISE_PORTAL_V1
. The value for Amazon IoT SiteWise Monitor (AI-aware) isSITEWISE_PORTAL_V2
.Type: String
Valid Values:
SITEWISE_PORTAL_V1 | SITEWISE_PORTAL_V2
Required: No
- roleArn
-
The ARN of the service role that allows the portal's users to access your Amazon IoT SiteWise resources on your behalf. For more information, see Using service roles for Amazon IoT SiteWise Monitor in the Amazon IoT SiteWise User Guide.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1600.
Pattern:
^arn:aws(-cn|-us-gov)?:[a-zA-Z0-9-:\/_\.\+=,@]+$
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: