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 AssetPropertyVariant
Contains an asset property value (of a single type).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BooleanValue" :String, "DoubleValue" :String, "IntegerValue" :String, "StringValue" :String}
YAML
BooleanValue:StringDoubleValue:StringIntegerValue:StringStringValue:String
Properties
- BooleanValue
- 
                    Optional. A string that contains the boolean value ( trueorfalse) of the value entry. Accepts substitution templates.Required: No Type: String Update requires: No interruption 
- DoubleValue
- 
                    Optional. A string that contains the double value of the value entry. Accepts substitution templates. Required: No Type: String Update requires: No interruption 
- IntegerValue
- 
                    Optional. A string that contains the integer value of the value entry. Accepts substitution templates. Required: No Type: String Update requires: No interruption 
- StringValue
- 
                    Optional. The string value of the value entry. Accepts substitution templates. Required: No Type: String Minimum: 1Maximum: 1024Update requires: No interruption