| 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.ImageBuilder.Types.LaunchTemplateConfiguration
Description
Synopsis
- data LaunchTemplateConfiguration = LaunchTemplateConfiguration' {}
- newLaunchTemplateConfiguration :: Text -> LaunchTemplateConfiguration
- launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text)
- launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool)
- launchTemplateConfiguration_launchTemplateId :: Lens' LaunchTemplateConfiguration Text
Documentation
data LaunchTemplateConfiguration Source #
Identifies an Amazon EC2 launch template to use for a specific account.
See: newLaunchTemplateConfiguration smart constructor.
Constructors
| LaunchTemplateConfiguration' | |
Fields
| |
Instances
newLaunchTemplateConfiguration Source #
Create a value of LaunchTemplateConfiguration 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:accountId:LaunchTemplateConfiguration', launchTemplateConfiguration_accountId - The account ID that this configuration applies to.
$sel:setDefaultVersion:LaunchTemplateConfiguration', launchTemplateConfiguration_setDefaultVersion - Set the specified Amazon EC2 launch template as the default launch
template for the specified account.
$sel:launchTemplateId:LaunchTemplateConfiguration', launchTemplateConfiguration_launchTemplateId - Identifies the Amazon EC2 launch template to use.
launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text) Source #
The account ID that this configuration applies to.
launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool) Source #
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
launchTemplateConfiguration_launchTemplateId :: Lens' LaunchTemplateConfiguration Text Source #
Identifies the Amazon EC2 launch template to use.