AWS::IoTTwinMaker::EntityResource schema for AWS::IoTTwinMaker::Entity
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EntityName | string | Required |
WorkspaceId | string | RequiredCreate-only |
Components | object | |
CompositeComponents | object | |
Description | string | |
EntityId | string | Create-only |
ParentEntityId | string | |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the entity. |
CreationDateTime | string | The date and time when the entity was created. |
HasChildEntities | boolean | A Boolean value that specifies whether the entity has child entities or not. |
Status | Status | The current status of the entity. |
UpdateDateTime | string | The last date and time when the entity was updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTTwinMaker::Entity
Resources:
MyResource:
Type: AWS::IoTTwinMaker::Entity
Properties:
WorkspaceId: "my-workspaceid"
EntityName: "my-entityname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iottwinmaker:GetWorkspaceiottwinmaker:CreateEntityiottwinmaker:GetEntityiottwinmaker:ListComponentsiottwinmaker:ListPropertiesiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:GetComponentTypeiottwinmaker:GetEntityiottwinmaker:ListComponentsiottwinmaker:ListPropertiesiottwinmaker:GetWorkspaceiottwinmaker:ListEntitiesiottwinmaker:ListTagsForResourceiottwinmaker:GetComponentTypeiottwinmaker:GetEntityiottwinmaker:ListComponentsiottwinmaker:ListPropertiesiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:TagResourceiottwinmaker:UntagResourceiottwinmaker:GetEntityiottwinmaker:GetWorkspaceiottwinmaker:DeleteEntityiottwinmaker:GetWorkspaceiottwinmaker:ListTagsForResourceiottwinmaker:GetEntityiottwinmaker:ListEntitiesOur 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.
WorkspaceIdEntityId