AWS::IoT::Command CommandParameter
The CommandParameter
property type specifies Property description not available. for an AWS::IoT::Command.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DefaultValue" :
CommandParameterValue
, "Description" :String
, "Name" :String
, "Value" :CommandParameterValue
}
YAML
DefaultValue:
CommandParameterValue
Description:String
Name:String
Value:CommandParameterValue
Properties
DefaultValue
Property description not available.
Required: No
Type: CommandParameterValue
Update requires: No interruption
Description
Property description not available.
Required: No
Type: String
Maximum:
2028
Update requires: No interruption
Name
Property description not available.
Required: Yes
Type: String
Pattern:
^[.$a-zA-Z0-9_-]+$
Minimum:
1
Maximum:
192
Update requires: No interruption
Value
Property description not available.
Required: No
Type: CommandParameterValue
Update requires: No interruption