Skip to main content

component_types

Retrieves a list of component_types in a region

Overview

Namecomponent_types
TypeResource
Descriptioncomponent_types
Idawscc.iottwinmaker.component_types

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
workspace_id,
component_type_id
FROM awscc.iottwinmaker.component_types
WHERE region = 'us-east-1'

Permissions

To operate on the component_types resource, the following permissions are required:

Create

iottwinmaker:CreateComponentType,
iottwinmaker:GetComponentType,
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource

List

iottwinmaker:GetComponentType,
iottwinmaker:GetWorkspace,
iottwinmaker:ListComponentTypes,
iottwinmaker:ListTagsForResource