AWS::IoTTwinMaker::ComponentType DataType
An object that specifies the data type of a property.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AllowedValues" :
[ DataValue, ... ]
, "NestedType" :DataType
, "Relationship" :Relationship
, "Type" :String
, "UnitOfMeasure" :String
}
YAML
AllowedValues:
- DataValue
NestedType:DataType
Relationship:Relationship
Type:String
UnitOfMeasure:String
Properties
AllowedValues
The allowed values for this data type.
Required: No
Type: List of DataValue
Update requires: No interruption
NestedType
The nested type in the data type.
Required: No
Type: DataType
Update requires: No interruption
Relationship
A relationship that associates a component with another component.
Required: No
Type: Relationship
Update requires: No interruption
Type
The underlying type of the data type.
Valid Values:
RELATIONSHIP | STRING | LONG | BOOLEAN | INTEGER | DOUBLE | LIST | MAP
Required: Yes
Type: String
Update requires: No interruption
UnitOfMeasure
The unit of measure used in this data type.
Required: No
Type: String
Update requires: No interruption