AWS::AutoScaling::AutoScalingGroup TotalLocalStorageGBRequest

TotalLocalStorageGBRequest is a property of the InstanceRequirements property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum total local storage size for an instance type, in GB.

Syntax

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

JSON

{ "Max" : Integer, "Min" : Integer }

YAML

Max: Integer Min: Integer

Properties

Max

The storage maximum in GB.

Required: No

Type: Integer

Update requires: No interruption

Min

The storage minimum in GB.

Required: No

Type: Integer

Update requires: No interruption