PatchBaselinePatchFilterArgs

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

Defines which patches should be included in a patch baseline.

Constructors

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

Properties

Link copied to clipboard
val key: Output<PatchBaselinePatchFilterKey>? = null

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: Output<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 .

Functions

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