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