aws.iotsitewise.list_asset_properties
Example SQL Queries
SELECT * FROMaws.iotsitewise.list_asset_propertiesWHERE"asset_id" = 'VALUE';Description
Retrieves a paginated list of properties associated with an asset. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.
Table Definition
| Column Name | Column Data Type |
|---|---|
| asset_id Required Input Column The ID of the asset. This can be either the actual ID in UUID format, or else externalId: followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide. | VARCHAR |
| filter Input Column Filters the requested list of asset properties. You can choose one of the following options:
Default: BASE | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| alias The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide. | VARCHAR |
| asset_composite_model_id The ID of the composite model that contains the asset property. | VARCHAR |
| external_id The external ID of the property. For more information, see Using external IDs in the IoT SiteWise User Guide. | VARCHAR |
| id The ID of the property. | VARCHAR |
| notification Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide. | STRUCT( |
Show child fields
| |
| path The structured path to the property from the root of the asset. | STRUCT( |
Show child fields
| |
| unit The unit of measure (such as Newtons or RPM) of the asset property. | VARCHAR |