| 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 |
Amazonka.EC2.Types.SpotFleetMonitoring
Description
Documentation
data SpotFleetMonitoring Source #
Describes whether monitoring is enabled.
See: newSpotFleetMonitoring smart constructor.
Constructors
| SpotFleetMonitoring' | |
Instances
newSpotFleetMonitoring :: SpotFleetMonitoring Source #
Create a value of SpotFleetMonitoring 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:enabled:SpotFleetMonitoring', spotFleetMonitoring_enabled - Enables monitoring for the instance.
Default: false
spotFleetMonitoring_enabled :: Lens' SpotFleetMonitoring (Maybe Bool) Source #
Enables monitoring for the instance.
Default: false