PatchBaselinePatchFilter

data class PatchBaselinePatchFilter(val key: PatchBaselinePatchFilterKey? = null, val values: List<String>? = null)

Defines which patches should be included in a patch baseline.

Constructors

Link copied to clipboard
constructor(key: PatchBaselinePatchFilterKey? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key for the filter. For information about valid keys, see PatchFilter in the AWS Systems Manager API Reference .

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

The value for the filter key. For information about valid values for each key based on operating system type, see PatchFilter in the AWS Systems Manager API Reference .