AWS::IoTTwinMaker::ComponentTypeResource schema for AWS::IoTTwinMaker::ComponentType
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the component type. |
CreationDateTime | string | The date and time when the component type was created. |
IsAbstract | boolean | A Boolean value that specifies whether the component type is abstract. |
IsSchemaInitialized | boolean | A Boolean value that specifies whether the component type has a schema initializer and that the schema initializer has run. |
Status | Status | The current status of the component type. |
UpdateDateTime | string | The last date and time when the component type was updated. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
iottwinmaker:CreateComponentTypeiottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:UntagResourceiottwinmaker:UpdateComponentTypeiottwinmaker:DeleteComponentTypeiottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:GetComponentTypeiottwinmaker:GetWorkspaceiottwinmaker:ListComponentTypesiottwinmaker:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterWorkspaceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
WorkspaceIdComponentTypeId