

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EC2::EC2Fleet TotalLocalStorageGBRequest
<a name="aws-properties-ec2-ec2fleet-totallocalstoragegbrequest"></a>

The minimum and maximum amount of total local storage, in GB.

## Syntax
<a name="aws-properties-ec2-ec2fleet-totallocalstoragegbrequest-syntax"></a>

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

### JSON
<a name="aws-properties-ec2-ec2fleet-totallocalstoragegbrequest-syntax.json"></a>

```
{
  "[Max](#cfn-ec2-ec2fleet-totallocalstoragegbrequest-max)" : Number,
  "[Min](#cfn-ec2-ec2fleet-totallocalstoragegbrequest-min)" : Number
}
```

### YAML
<a name="aws-properties-ec2-ec2fleet-totallocalstoragegbrequest-syntax.yaml"></a>

```
  [Max](#cfn-ec2-ec2fleet-totallocalstoragegbrequest-max): Number
  [Min](#cfn-ec2-ec2fleet-totallocalstoragegbrequest-min): Number
```

## Properties
<a name="aws-properties-ec2-ec2fleet-totallocalstoragegbrequest-properties"></a>

`Max`  <a name="cfn-ec2-ec2fleet-totallocalstoragegbrequest-max"></a>
The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.  
*Required*: No  
*Type*: Number  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Min`  <a name="cfn-ec2-ec2fleet-totallocalstoragegbrequest-min"></a>
The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.  
*Required*: No  
*Type*: Number  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)