libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

Description

 
Synopsis

Documentation

data LaunchTemplateConfiguration Source #

Identifies an Amazon EC2 launch template to use for a specific account.

See: newLaunchTemplateConfiguration smart constructor.

Constructors

LaunchTemplateConfiguration' 

Fields

Instances

Instances details
Eq LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

Read LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

Show LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

Generic LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

Associated Types

type Rep LaunchTemplateConfiguration :: Type -> Type #

NFData LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

Hashable LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

ToJSON LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

FromJSON LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

type Rep LaunchTemplateConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration

type Rep LaunchTemplateConfiguration = D1 ('MetaData "LaunchTemplateConfiguration" "Amazonka.ImageBuilder.Types.LaunchTemplateConfiguration" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "LaunchTemplateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "setDefaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.