component_types_list_only
Lists component_types
in a region or regions, for all properties use component_types
Overview
Name | component_types_list_only |
Type | Resource |
Description | Resource schema for AWS::IoTTwinMaker::ComponentType |
Id | aws.iottwinmaker.component_types_list_only |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | The ID of the workspace that contains the component type. |
component_type_id | string | The ID of the component type. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all component_types
in a region.
SELECT
region,
workspace_id,
component_type_id
FROM aws.iottwinmaker.component_types_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the component_types_list_only
resource, see component_types