Patch Baseline Patch Filter Args
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.
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 .