AWS::IoTTwinMaker::Entity DataValue
An object that specifies a value for a property.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BooleanValue" :Boolean, "DoubleValue" :Double, "Expression" :String, "IntegerValue" :Integer, "ListValue" :[ DataValue, ... ], "LongValue" :Double, "MapValue" :{, "RelationshipValue" :Key:Value, ...}RelationshipValue, "StringValue" :String}
YAML
BooleanValue:BooleanDoubleValue:DoubleExpression:StringIntegerValue:IntegerListValue:- DataValueLongValue:DoubleMapValue:RelationshipValue:Key:ValueRelationshipValueStringValue:String
Properties
BooleanValueA boolean value.
Required: No
Type: Boolean
Update requires: No interruption
DoubleValueA double value.
Required: No
Type: Double
Update requires: No interruption
ExpressionAn expression that produces the value.
Required: No
Type: String
Update requires: No interruption
IntegerValueAn integer value.
Required: No
Type: Integer
Update requires: No interruption
ListValueA list of multiple values.
Required: No
Type: List of DataValue
Update requires: No interruption
LongValueA long value.
Required: No
Type: Double
Update requires: No interruption
MapValueAn object that maps strings to multiple DataValue objects.
Required: No
Type: Map of DataValue
Update requires: No interruption
RelationshipValueA value that relates a component to another component.
Required: No
Type: RelationshipValue
Update requires: No interruption
StringValueA string value.
Required: No
Type: String
Update requires: No interruption