
com.pulumi.aws.imagebuilder.kotlin.outputs.ImageRecipeSystemsManagerAgent.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.imagebuilder.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
*
* @property uninstallAfterBuild Whether to remove the Systems Manager Agent after the image has been built.
*/
public data class ImageRecipeSystemsManagerAgent(
public val uninstallAfterBuild: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.imagebuilder.outputs.ImageRecipeSystemsManagerAgent): ImageRecipeSystemsManagerAgent = ImageRecipeSystemsManagerAgent(
uninstallAfterBuild = javaType.uninstallAfterBuild(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy