ImageRecipeSystemsManagerAgentArgs

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

Constructors

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

Properties

Link copied to clipboard

Whether to remove the Systems Manager Agent after the image has been built. Defaults to false.

Functions

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