aws.iottwinmaker.list_properties
Example SQL Queries
SELECT * FROMaws.iottwinmaker.list_propertiesWHERE"workspace_id" = 'VALUE'AND "entity_id" = 'VALUE';Description
This API lists the properties of a component.
Table Definition
| Column Name | Column Data Type |
|---|---|
| entity_id Required Input Column The ID for the entity whose metadata (component/properties) is returned by the operation. | VARCHAR |
| workspace_id Required Input Column The workspace ID. | VARCHAR |
| component_name Input Column The name of the component whose properties are returned by the operation. | VARCHAR |
| component_path Input Column This string specifies the path to the composite component, starting from the top-level component. | VARCHAR |
| max_results Input Column The maximum number of results returned at one time. The default is 25. | BIGINT |
| next_token Input Column The string that specifies the next page of property results. | 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 |
| property_summaries A list of objects that contain information about the properties. | STRUCT( |
Show child fields
| |