This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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 Amazon CloudFormation template, use the following syntax:
JSON
{ "DefaultValue" :CommandParameterValue, "Description" :String, "Name" :String, "Value" :CommandParameterValue}
YAML
DefaultValue:CommandParameterValueDescription:StringName:StringValue:CommandParameterValue
Properties
DefaultValueProperty description not available.
Required: No
Type: CommandParameterValue
Update requires: No interruption
DescriptionProperty description not available.
Required: No
Type: String
Maximum:
2028Update requires: No interruption
NameProperty description not available.
Required: Yes
Type: String
Pattern:
^[.$a-zA-Z0-9_-]+$Minimum:
1Maximum:
192Update requires: No interruption
ValueProperty description not available.
Required: No
Type: CommandParameterValue
Update requires: No interruption