Patch Baseline Patch Filter
data class PatchBaselinePatchFilter(val key: PatchBaselinePatchFilterKey? = null, val values: List<String>? = null)
Defines which patches should be included in a patch baseline.
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
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 .