AWS::IoTEvents::DetectorModel SetVariable
Information about the variable and its new value.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Value" :String, "VariableName" :String}
YAML
Value:StringVariableName:String
Properties
Value-
The new value of the variable.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
VariableName-
The name of the variable.
Required: Yes
Type: String
Minimum:
1Maximum:
128Pattern:
^[a-zA-Z][a-zA-Z0-9_]*$Update requires: No interruption