component_types
Retrieves a list of component_types
in a region
Overview
Name | component_types |
Type | Resource |
Description | component_types |
Id | awscc.iottwinmaker.component_types |
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
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