pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.imagebuilder.kotlin.inputs
/
ImageRecipeSystemsManagerAgentArgs
Image
Recipe
Systems
Manager
Agent
Args
data
class
ImageRecipeSystemsManagerAgentArgs
(
val
uninstallAfterBuild
:
Output
<
Boolean
>
)
:
ConvertibleToJava
<
ImageRecipeSystemsManagerAgentArgs
>
Constructors
Functions
Properties
Constructors
Image
Recipe
Systems
Manager
Agent
Args
Link copied to clipboard
fun
ImageRecipeSystemsManagerAgentArgs
(
uninstallAfterBuild
:
Output
<
Boolean
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ImageRecipeSystemsManagerAgentArgs
Properties
uninstall
After
Build
Link copied to clipboard
val
uninstallAfterBuild
:
Output
<
Boolean
>
Whether to remove the Systems Manager Agent after the image has been built. Defaults to
false
.