

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::IoT::Command CommandParameterValueNumberRange
<a name="aws-properties-iot-command-commandparametervaluenumberrange"></a>

<a name="aws-properties-iot-command-commandparametervaluenumberrange-description"></a>The `CommandParameterValueNumberRange` property type specifies Property description not available. for an [AWS::IoT::Command](aws-resource-iot-command.md).

## Syntax
<a name="aws-properties-iot-command-commandparametervaluenumberrange-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-iot-command-commandparametervaluenumberrange-syntax.json"></a>

```
{
  "[Max](#cfn-iot-command-commandparametervaluenumberrange-max)" : String,
  "[Min](#cfn-iot-command-commandparametervaluenumberrange-min)" : String
}
```

### YAML
<a name="aws-properties-iot-command-commandparametervaluenumberrange-syntax.yaml"></a>

```
  [Max](#cfn-iot-command-commandparametervaluenumberrange-max): String
  [Min](#cfn-iot-command-commandparametervaluenumberrange-min): String
```

## Properties
<a name="aws-properties-iot-command-commandparametervaluenumberrange-properties"></a>

`Max`  <a name="cfn-iot-command-commandparametervaluenumberrange-max"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Min`  <a name="cfn-iot-command-commandparametervaluenumberrange-min"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)