Skip to main content

gateway_tags

Expands all tag keys and values for gateways in a region

Overview

Namegateway_tags
TypeResource
DescriptionResource schema for AWS::IoTSiteWise::Gateway
Idaws.iotsitewise.gateway_tags

Fields

NameDatatypeDescription
gateway_namestringA unique, friendly name for the gateway.
gateway_platformobjectThe gateway's platform. You can only specify one platform in a gateway.
gateway_idstringThe ID of the gateway device.
gateway_capability_summariesarrayA list of gateway capability summaries that each contain a namespace and status.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all gateways in a region.

SELECT
region,
gateway_name,
gateway_platform,
gateway_id,
gateway_capability_summaries,
tag_key,
tag_value
FROM aws.iotsitewise.gateway_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the gateway_tags resource, see gateways