portals
Retrieves a list of portals
in a region
Overview
Name | portals |
Type | Resource |
Description | portals |
Id | awscc.iotsitewise.portals |
Fields
Name | Datatype | Description |
---|---|---|
portal_id | string | The ID of the portal. |
region | string | AWS 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