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 |
Documentation
data LaunchTemplate Source #
Use this structure to specify the launch templates and instance types (overrides) for a mixed instances policy.
See: newLaunchTemplate
smart constructor.
LaunchTemplate' | |
|
Instances
newLaunchTemplate :: LaunchTemplate Source #
Create a value of LaunchTemplate
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:
LaunchTemplate
, launchTemplate_launchTemplateSpecification
- The launch template.
$sel:overrides:LaunchTemplate'
, launchTemplate_overrides
- Any properties that you specify override the same properties in the
launch template.
launchTemplate_launchTemplateSpecification :: Lens' LaunchTemplate (Maybe LaunchTemplateSpecification) Source #
The launch template.
launchTemplate_overrides :: Lens' LaunchTemplate (Maybe [LaunchTemplateOverrides]) Source #
Any properties that you specify override the same properties in the launch template.