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.SystemsManagerAgent

Description

 
Synopsis

Documentation

data SystemsManagerAgent Source #

Contains settings for the Systems Manager agent on your build instance.

See: newSystemsManagerAgent smart constructor.

Constructors

SystemsManagerAgent' 

Fields

  • uninstallAfterBuild :: Maybe Bool

    Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.

Instances

Instances details
Eq SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

Read SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

Show SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

Generic SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

Associated Types

type Rep SystemsManagerAgent :: Type -> Type #

NFData SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

Methods

rnf :: SystemsManagerAgent -> () #

Hashable SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

ToJSON SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

FromJSON SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

type Rep SystemsManagerAgent Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.SystemsManagerAgent

type Rep SystemsManagerAgent = D1 ('MetaData "SystemsManagerAgent" "Amazonka.ImageBuilder.Types.SystemsManagerAgent" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "SystemsManagerAgent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uninstallAfterBuild") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSystemsManagerAgent :: SystemsManagerAgent Source #

Create a value of SystemsManagerAgent 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:uninstallAfterBuild:SystemsManagerAgent', systemsManagerAgent_uninstallAfterBuild - Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.

systemsManagerAgent_uninstallAfterBuild :: Lens' SystemsManagerAgent (Maybe Bool) Source #

Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.