Skip to main content

portals

Retrieves a list of portals in a region

Overview

Nameportals
TypeResource
Descriptionportals
Idawscc.iotsitewise.portals

Fields

NameDatatypeDescription
portal_idstringThe ID of the portal.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
portal_id
FROM awscc.iotsitewise.portals
WHERE region = 'us-east-1'

Permissions

To operate on the portals resource, the following permissions are required:

Create

iotsitewise:CreatePortal,
iotsitewise:DescribePortal,
iotsitewise:ListTagsForResource,
iotsitewise:TagResource,
iam:PassRole,
sso:CreateManagedApplicationInstance,
sso:DescribeRegisteredRegions

List

iotsitewise:ListPortals