AWS::IoTTwinMaker::Entity Definition
The entity definition.
Syntax
To declare this entity in your AWS 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
:Value
DataType
DefaultValue:DataValue
IsExternalId:Boolean
IsFinal:Boolean
IsImported:Boolean
IsInherited:Boolean
IsRequiredInEntity:Boolean
IsStoredExternally:Boolean
IsTimeSeries:Boolean
Properties
Configuration
-
The configuration.
Required: No
Type: Object of String
Pattern:
[a-zA-Z_\-0-9]+
Minimum:
1
Maximum:
256
Update requires: No interruption
DataType
-
The data type
Required: No
Type: DataType
Update requires: No interruption
DefaultValue
-
The default value.
Required: No
Type: DataValue
Update requires: No interruption
IsExternalId
-
Displays if the entity has a external Id.
Required: No
Type: Boolean
Update requires: No interruption
IsFinal
-
Displays if the entity is final.
Required: No
Type: Boolean
Update requires: No interruption
IsImported
-
Displays if the entity is imported.
Required: No
Type: Boolean
Update requires: No interruption
IsInherited
-
Displays if the entity is inherited.
Required: No
Type: Boolean
Update requires: No interruption
IsRequiredInEntity
-
Displays if the entity is a required entity.
Required: No
Type: Boolean
Update requires: No interruption
IsStoredExternally
-
Displays if the entity is tored externally.
Required: No
Type: Boolean
Update requires: No interruption
IsTimeSeries
-
Displays if the entity
Required: No
Type: Boolean
Update requires: No interruption