aws.iotsitewise.list_composition_relationships
Example SQL Queries
SELECT * FROMaws.iotsitewise.list_composition_relationshipsWHERE"asset_model_id" = 'VALUE';Description
Retrieves a paginated list of composition relationships for an asset model of type COMPONENT_MODEL.
Table Definition
| Column Name | Column Data Type |
|---|---|
| asset_model_id Required Input Column The ID of the asset model, in UUID format. | 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 |
| asset_model_composite_model_id The ID of a composite model on this asset model. | VARCHAR |
| asset_model_composite_model_type The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY. | VARCHAR |