asset_models_list_only
Lists asset_models in a region or regions, for all properties use asset_models
Overview
| Name | asset_models_list_only |
| Type | Resource |
| Description | Resource schema for AWS::IoTSiteWise::AssetModel |
| Id | aws.iotsitewise.asset_models_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
asset_model_id | string | The ID of the asset model. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all asset_models in a region.
SELECT
region,
asset_model_id
FROM aws.iotsitewise.asset_models_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the asset_models_list_only resource, see asset_models