Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data BaselineEbsBandwidthMbps Source #
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.
See: newBaselineEbsBandwidthMbps
smart constructor.
Instances
newBaselineEbsBandwidthMbps :: BaselineEbsBandwidthMbps Source #
Create a value of BaselineEbsBandwidthMbps
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:max:BaselineEbsBandwidthMbps'
, baselineEbsBandwidthMbps_max
- The maximum baseline bandwidth, in Mbps. If this parameter is not
specified, there is no maximum limit.
$sel:min:BaselineEbsBandwidthMbps'
, baselineEbsBandwidthMbps_min
- The minimum baseline bandwidth, in Mbps. If this parameter is not
specified, there is no minimum limit.
baselineEbsBandwidthMbps_max :: Lens' BaselineEbsBandwidthMbps (Maybe Int) Source #
The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.
baselineEbsBandwidthMbps_min :: Lens' BaselineEbsBandwidthMbps (Maybe Int) Source #
The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.