AWS::IoT::TopicRule AssetPropertyValue
An asset property value entry containing the following information.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Quality" :
String
, "Timestamp" :AssetPropertyTimestamp
, "Value" :AssetPropertyVariant
}
YAML
Quality:
String
Timestamp:AssetPropertyTimestamp
Value:AssetPropertyVariant
Properties
Quality
-
Optional. A string that describes the quality of the value. Accepts substitution templates. Must be
GOOD
,BAD
, orUNCERTAIN
.Required: No
Type: String
Update requires: No interruption
Timestamp
-
The asset property value timestamp.
Required: Yes
Type: AssetPropertyTimestamp
Update requires: No interruption
Value
-
The value of the asset property.
Required: Yes
Type: AssetPropertyVariant
Update requires: No interruption