AWS::IoTTwinMaker::ComponentType DataType
An object that specifies the data type of a property.
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 for this data type.
Required: No
Type: List of DataValue
Update requires: No interruption
NestedTypeThe nested type in the data type.
Required: No
Type: DataType
Update requires: No interruption
RelationshipA relationship that associates a component with another component.
Required: No
Type: Relationship
Update requires: No interruption
TypeThe underlying type of the data type.
Valid Values:
RELATIONSHIP | STRING | LONG | BOOLEAN | INTEGER | DOUBLE | LIST | MAPRequired: Yes
Type: String
Update requires: No interruption
UnitOfMeasureThe unit of measure used in this data type.
Required: No
Type: String
Update requires: No interruption