SoftwareUpdateConfigurationLinuxArgs

data class SoftwareUpdateConfigurationLinuxArgs(val classificationsIncludeds: Output<List<String>>, val excludedPackages: Output<List<String>>? = null, val includedPackages: Output<List<String>>? = null, val reboot: Output<String>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationLinuxArgs>

Constructors

Link copied to clipboard
constructor(classificationsIncludeds: Output<List<String>>, excludedPackages: Output<List<String>>? = null, includedPackages: Output<List<String>>? = null, reboot: Output<String>? = null)

Properties

Link copied to clipboard

Specifies the list of update classifications included in the Software Update Configuration. Possible values are Unclassified, Critical, Security and Other.

Link copied to clipboard
val excludedPackages: Output<List<String>>? = null

Specifies a list of packages to excluded from the Software Update Configuration.

Link copied to clipboard
val includedPackages: Output<List<String>>? = null

Specifies a list of packages to included from the Software Update Configuration.

Link copied to clipboard
val reboot: Output<String>? = null

Specifies the reboot settings after software update, possible values are IfRequired, Never, RebootOnly and Always. Defaults to IfRequired.

Functions

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