AWS::IoTTwinMaker::Entity Component
The entity component.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ComponentName" :String, "ComponentTypeId" :String, "DefinedIn" :String, "Description" :String, "Properties" :{, "PropertyGroups" :Key:Value, ...}{, "Status" :Key:Value, ...}Status}
YAML
ComponentName:StringComponentTypeId:StringDefinedIn:StringDescription:StringProperties:PropertyGroups:Key:ValueStatus:Key:ValueStatus
Properties
ComponentNameThe name of the component.
Required: No
Type: String
Update requires: No interruption
ComponentTypeIdThe ID of the ComponentType.
Required: No
Type: String
Update requires: No interruption
DefinedInThe name of the property definition set in the request.
Required: No
Type: String
Update requires: No interruption
DescriptionThe description of the component.
Required: No
Type: String
Update requires: No interruption
PropertiesAn object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
Required: No
Type: Map of Property
Update requires: No interruption
PropertyGroupsAn object that maps strings to the property groups in the component type. Each string in the mapping must be unique to this object.
Required: No
Type: Map of PropertyGroup
Update requires: No interruption
StatusThe status of the component.
Required: No
Type: Status
Update requires: No interruption