portals_list_only
Lists portals in a region or regions, for all properties use portals
Overview
| Name | portals_list_only |
| Type | Resource |
| Description | Resource schema for AWS::IoTSiteWise::Portal |
| Id | aws.iotsitewise.portals_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
portal_id | string | The ID of the portal. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all portals in a region.
SELECT
region,
portal_id
FROM aws.iotsitewise.portals_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the portals_list_only resource, see portals