AWS::IoTFleetWise::SignalCatalog Sensor
An input component that reports the environmental condition of a vehicle.
Note
You can collect data about fluid levels, temperatures, vibrations, or battery voltage from sensors.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllowedValues" :[ String, ... ], "DataType" :String, "Description" :String, "FullyQualifiedName" :String, "Max" :Double, "Min" :Double, "Unit" :String}
YAML
AllowedValues:- StringDataType:StringDescription:StringFullyQualifiedName:StringMax:DoubleMin:DoubleUnit:String
Properties
AllowedValues-
A list of possible values a sensor can take.
Required: No
Type: List of String
Update requires: No interruption
DataType-
The specified data type of the sensor.
Required: Yes
Type: String
Allowed values:
BOOLEAN | BOOLEAN_ARRAY | DOUBLE | DOUBLE_ARRAY | FLOAT | FLOAT_ARRAY | INT16 | INT16_ARRAY | INT32 | INT32_ARRAY | INT64 | INT64_ARRAY | INT8 | INT8_ARRAY | STRING | STRING_ARRAY | UINT16 | UINT16_ARRAY | UINT32 | UINT32_ARRAY | UINT64 | UINT64_ARRAY | UINT8 | UINT8_ARRAY | UNIX_TIMESTAMP | UNIX_TIMESTAMP_ARRAY | UNKNOWNUpdate requires: No interruption
Description-
A brief description of a sensor.
Required: No
Type: String
Minimum:
1Maximum:
2048Pattern:
[^\u0000-\u001F\u007F]+Update requires: No interruption
FullyQualifiedName-
The fully qualified name of the sensor. For example, the fully qualified name of a sensor might be
Vehicle.Body.Engine.Battery.Required: Yes
Type: String
Update requires: No interruption
Max-
The specified possible maximum value of the sensor.
Required: No
Type: Double
Update requires: No interruption
Min-
The specified possible minimum value of the sensor.
Required: No
Type: Double
Update requires: No interruption
Unit-
The scientific unit of measurement for data collected by the sensor.
Required: No
Type: String
Update requires: No interruption