AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTTwinMaker::ComponentType

IoTTwinMaker ComponentType

Resource schema for AWS::IoTTwinMaker::ComponentType

Properties

10 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ComponentTypeId
string
RequiredCreate-only
WorkspaceId
string
RequiredCreate-only
CompositeComponentTypes
object
Description
string
ExtendsFrom
Array<string>
Functions
object
IsSingleton
boolean
PropertyDefinitions
object
PropertyGroups
object
Tags
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the component type.
CreationDateTimestringThe date and time when the component type was created.
IsAbstractbooleanA Boolean value that specifies whether the component type is abstract.
IsSchemaInitializedbooleanA Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run.
StatusStatusThe current status of the component type.
UpdateDateTimestringThe last date and time when the component type was updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTTwinMaker::ComponentType

Resources:
  MyResource:
    Type: AWS::IoTTwinMaker::ComponentType
    Properties:
      WorkspaceId: "my-workspaceid"
      ComponentTypeId: "my-componenttypeid"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iottwinmaker:CreateComponentTypeiottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResource

read

iottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResource

update

iottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:UntagResourceiottwinmaker:UpdateComponentType

delete

iottwinmaker:DeleteComponentTypeiottwinmaker:GetComponentTypeiottwinmaker:GetWorkspace

list

iottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListComponentTypesiottwinmaker:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTTwinMaker
Properties16
Required2
TaggingSupported
Primary IDWorkspaceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

WorkspaceIdComponentTypeId

External Links