Skip to main content

portals_list_only

Lists portals in a region or regions, for all properties use portals

Overview

Nameportals_list_only
TypeResource
DescriptionResource schema for AWS::IoTSiteWise::Portal
Idaws.iotsitewise.portals_list_only

Fields

NameDatatypeDescription
portal_idstringThe ID of the portal.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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