Skip to main content

component_types_list_only

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

Overview

Namecomponent_types_list_only
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::ComponentType
Idaws.iottwinmaker.component_types_list_only

Fields

NameDatatypeDescription
workspace_idstringThe ID of the workspace that contains the component type.
component_type_idstringThe ID of the component type.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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