aws.iotsitewise.list_portals
Example SQL Queries
SELECT * FROMaws.iotsitewise.list_portals;Description
Retrieves a paginated list of IoT SiteWise Monitor portals.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date The date the portal was created, in Unix epoch time. | TIMESTAMP_S |
| description The portal's description. | VARCHAR |
| id The ID of the portal. | VARCHAR |
| last_update_date The date the portal was last updated, in Unix epoch time. | TIMESTAMP_S |
| name The name of the portal. | VARCHAR |
| role_arn 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. | VARCHAR |
| start_url 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. | VARCHAR |
| status Contains information about the current status of a portal. | STRUCT( |
Show child fields
| |