ImageRecipeSystemsManagerAgentArgs

data class ImageRecipeSystemsManagerAgentArgs(val uninstallAfterBuild: Output<Boolean>? = null) : ConvertibleToJava<ImageRecipeSystemsManagerAgentArgs>

Contains settings for the SSM agent on your build instance.

Constructors

Link copied to clipboard
constructor(uninstallAfterBuild: Output<Boolean>? = null)

Properties

Link copied to clipboard
val uninstallAfterBuild: Output<Boolean>? = null

Controls whether the SSM 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.

Functions

Link copied to clipboard
open override fun toJava(): ImageRecipeSystemsManagerAgentArgs