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 |
Documentation
data SystemsManagerAgent Source #
Contains settings for the Systems Manager agent on your build instance.
See: newSystemsManagerAgent
smart constructor.
SystemsManagerAgent' | |
|
Instances
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.