Skip to main content

gateways

Retrieves a list of gateways in a region

Overview

Namegateways
TypeResource
Descriptiongateways
Idawscc.iotsitewise.gateways

Fields

NameDatatypeDescription
gateway_idstringThe ID of the gateway device.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
gateway_id
FROM awscc.iotsitewise.gateways
WHERE region = 'us-east-1'

Permissions

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

Create

iotsitewise:CreateGateway,
iotsitewise:DescribeGateway,
iotsitewise:DescribeGatewayCapabilityConfiguration,
iotsitewise:UpdateGatewayCapabilityConfiguration,
iam:PassRole,
iam:GetRole,
greengrass:GetCoreDevice,
iotsitewise:ListTagsForResource,
iotsitewise:TagResource,
iot:DescribeThing

List

iotsitewise:ListGateways