Skip to main content

asset_models_list_only

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

Overview

Nameasset_models_list_only
TypeResource
DescriptionResource schema for AWS::IoTSiteWise::AssetModel
Idaws.iotsitewise.asset_models_list_only

Fields

NameDatatypeDescription
asset_model_idstringThe ID of the asset model.
asset_model_typestringThe type of the asset model (ASSET_MODEL OR COMPONENT_MODEL)
asset_model_external_idstringThe external ID of the asset model.
asset_model_arnstringThe ARN of the asset model, which has the following format.
asset_model_namestringA unique, friendly name for the asset model.
asset_model_descriptionstringA description for the asset model.
asset_model_propertiesarrayThe property definitions of the asset model. You can specify up to 200 properties per asset model.
asset_model_composite_modelsarrayThe composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties.
asset_model_hierarchiesarrayThe hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. You can specify up to 10 hierarchies per asset model.
tagsarrayA list of key-value pairs that contain metadata for the asset model.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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