Skip to main content

assets_list_only

Lists assets in a region or regions, for all properties use assets

Overview

Nameassets_list_only
TypeResource
DescriptionResource schema for AWS::IoTSiteWise::Asset
Idaws.iotsitewise.assets_list_only

Fields

NameDatatypeDescription
asset_idstringThe ID of the asset
asset_external_idstringThe External ID of the asset
asset_model_idstringThe ID of the asset model from which to create the asset.
asset_arnstringThe ARN of the asset
asset_namestringA unique, friendly name for the asset.
asset_descriptionstringA description for the asset
asset_propertiesarray
asset_hierarchiesarray
tagsarrayA list of key-value pairs that contain metadata for the asset.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all assets in a region.

SELECT
region,
asset_id
FROM aws.iotsitewise.assets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the assets_list_only resource, see assets