asset_models
Retrieves a list of asset_models
in a region
Overview
Name | asset_models |
Type | Resource |
Description | asset_models |
Id | awscc.iotsitewise.asset_models |
Fields
Name | Datatype | Description |
---|---|---|
asset_model_id | string | The ID of the asset model. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
asset_model_id
FROM awscc.iotsitewise.asset_models
WHERE region = 'us-east-1'
Permissions
To operate on the asset_models
resource, the following permissions are required:
Create
iotsitewise:CreateAssetModel,
iotsitewise:ListTagsForResource,
iotsitewise:TagResource,
iotsitewise:DescribeAssetModel
List
iotsitewise:DescribeAssetModel,
iotsitewise:ListAssetModels,
iotsitewise:ListTagsForResource