This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringTimestamp:AssetPropertyTimestampValue: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