AWS::IoTTwinMaker::Entity DataType
The entity data type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllowedValues" :[ DataValue, ... ], "NestedType" :DataType, "Relationship" :Relationship, "Type" :String, "UnitOfMeasure" :String}
YAML
AllowedValues:- DataValueNestedType:DataTypeRelationship:RelationshipType:StringUnitOfMeasure:String
Properties
AllowedValuesThe allowed values.
Required: No
Type: List of DataValue
Update requires: No interruption
NestedTypeThe nested type.
Required: No
Type: DataType
Update requires: No interruption
RelationshipThe relationship.
Required: No
Type: Relationship
Update requires: No interruption
TypeThe entity type.
Required: No
Type: String
Update requires: No interruption
UnitOfMeasureThe unit of measure.
Required: No
Type: String
Update requires: No interruption