FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb constructor

const FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb({
  1. Input<double?>? max,
  2. Input<double?>? min,
})

Creates a new FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb. max The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter. min The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.

Implementation

const FleetLaunchTemplateConfigOverrideInstanceRequirementsTotalLocalStorageGb({
  this.max,
  this.min,
});