Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LaunchTemplateConfiguration = LaunchTemplateConfiguration' {}
- newLaunchTemplateConfiguration :: Text -> LaunchTemplateConfiguration
- launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool)
- launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text)
- 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.
LaunchTemplateConfiguration' | |
|
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:setDefaultVersion:LaunchTemplateConfiguration'
, launchTemplateConfiguration_setDefaultVersion
- Set the specified Amazon EC2 launch template as the default launch
template for the specified account.
$sel:accountId:LaunchTemplateConfiguration'
, launchTemplateConfiguration_accountId
- The account ID that this configuration applies to.
$sel:launchTemplateId:LaunchTemplateConfiguration'
, launchTemplateConfiguration_launchTemplateId
- Identifies the Amazon EC2 launch template to use.
launchTemplateConfiguration_setDefaultVersion :: Lens' LaunchTemplateConfiguration (Maybe Bool) Source #
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
launchTemplateConfiguration_accountId :: Lens' LaunchTemplateConfiguration (Maybe Text) Source #
The account ID that this configuration applies to.
launchTemplateConfiguration_launchTemplateId :: Lens' LaunchTemplateConfiguration Text Source #
Identifies the Amazon EC2 launch template to use.