| 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.LaunchTemplateInstanceMaintenanceOptionsRequest
Description
Synopsis
- data LaunchTemplateInstanceMaintenanceOptionsRequest = LaunchTemplateInstanceMaintenanceOptionsRequest' {}
- newLaunchTemplateInstanceMaintenanceOptionsRequest :: LaunchTemplateInstanceMaintenanceOptionsRequest
- launchTemplateInstanceMaintenanceOptionsRequest_autoRecovery :: Lens' LaunchTemplateInstanceMaintenanceOptionsRequest (Maybe LaunchTemplateAutoRecoveryState)
Documentation
data LaunchTemplateInstanceMaintenanceOptionsRequest Source #
The maintenance options of your instance.
See: newLaunchTemplateInstanceMaintenanceOptionsRequest smart constructor.
Constructors
| LaunchTemplateInstanceMaintenanceOptionsRequest' | |
Fields
| |
Instances
newLaunchTemplateInstanceMaintenanceOptionsRequest :: LaunchTemplateInstanceMaintenanceOptionsRequest Source #
Create a value of LaunchTemplateInstanceMaintenanceOptionsRequest 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:autoRecovery:LaunchTemplateInstanceMaintenanceOptionsRequest', launchTemplateInstanceMaintenanceOptionsRequest_autoRecovery - Disables the automatic recovery behavior of your instance or sets it to
default. For more information, see
Simplified automatic recovery.
launchTemplateInstanceMaintenanceOptionsRequest_autoRecovery :: Lens' LaunchTemplateInstanceMaintenanceOptionsRequest (Maybe LaunchTemplateAutoRecoveryState) Source #
Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.