AWS::IoTTwinMaker::Entity Definition
The entity definition.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Configuration" :{, "DataType" :Key:Value, ...}DataType, "DefaultValue" :DataValue, "IsExternalId" :Boolean, "IsFinal" :Boolean, "IsImported" :Boolean, "IsInherited" :Boolean, "IsRequiredInEntity" :Boolean, "IsStoredExternally" :Boolean, "IsTimeSeries" :Boolean}
YAML
Configuration:DataType:Key:ValueDataTypeDefaultValue:DataValueIsExternalId:BooleanIsFinal:BooleanIsImported:BooleanIsInherited:BooleanIsRequiredInEntity:BooleanIsStoredExternally:BooleanIsTimeSeries:Boolean
Properties
ConfigurationThe configuration.
Required: No
Type: Map of String
Update requires: No interruption
DataTypeThe data type
Required: No
Type: DataType
Update requires: No interruption
DefaultValueThe default value.
Required: No
Type: DataValue
Update requires: No interruption
IsExternalIdDisplays if the entity has a external Id.
Required: No
Type: Boolean
Update requires: No interruption
IsFinalDisplays if the entity is final.
Required: No
Type: Boolean
Update requires: No interruption
IsImportedDisplays if the entity is imported.
Required: No
Type: Boolean
Update requires: No interruption
IsInheritedDisplays if the entity is inherited.
Required: No
Type: Boolean
Update requires: No interruption
IsRequiredInEntityDisplays if the entity is a required entity.
Required: No
Type: Boolean
Update requires: No interruption
IsStoredExternallyDisplays if the entity is tored externally.
Required: No
Type: Boolean
Update requires: No interruption
IsTimeSeriesDisplays if the entity
Required: No
Type: Boolean
Update requires: No interruption