patchFilters

@JvmName(name = "ckujeuylaljwxecg")
suspend fun patchFilters(value: Output<List<PatchBaselineApprovalRulePatchFilterArgs>>)
@JvmName(name = "wuwvvuxxdixsphcb")
suspend fun patchFilters(value: List<PatchBaselineApprovalRulePatchFilterArgs>)

Parameters

value

The patch filter group that defines the criteria for the rule. Up to 5 patch filters can be specified per approval rule using Key/Value pairs. Valid combinations of these Keys and the operating_system value can be found in the SSM DescribePatchProperties API Reference. Valid Values are exact values for the patch property given as the key, or a wildcard *, which matches all values.


@JvmName(name = "mionmeswqtjaxrvc")
suspend fun patchFilters(vararg values: Output<PatchBaselineApprovalRulePatchFilterArgs>)


@JvmName(name = "etqcprhqfscgipnn")
suspend fun patchFilters(values: List<Output<PatchBaselineApprovalRulePatchFilterArgs>>)
@JvmName(name = "xeicnrgoyftqxjcm")
suspend fun patchFilters(vararg values: PatchBaselineApprovalRulePatchFilterArgs)

Parameters

values

The patch filter group that defines the criteria for the rule. Up to 5 patch filters can be specified per approval rule using Key/Value pairs. Valid combinations of these Keys and the operating_system value can be found in the SSM DescribePatchProperties API Reference. Valid Values are exact values for the patch property given as the key, or a wildcard *, which matches all values.


@JvmName(name = "fcnujkjtbhsvaasu")
suspend fun patchFilters(argument: List<suspend PatchBaselineApprovalRulePatchFilterArgsBuilder.() -> Unit>)
@JvmName(name = "jieehvbywxdouknc")
suspend fun patchFilters(vararg argument: suspend PatchBaselineApprovalRulePatchFilterArgsBuilder.() -> Unit)
@JvmName(name = "gupyqxxxoklhdvrk")
suspend fun patchFilters(argument: suspend PatchBaselineApprovalRulePatchFilterArgsBuilder.() -> Unit)

Parameters

argument

The patch filter group that defines the criteria for the rule. Up to 5 patch filters can be specified per approval rule using Key/Value pairs. Valid combinations of these Keys and the operating_system value can be found in the SSM DescribePatchProperties API Reference. Valid Values are exact values for the patch property given as the key, or a wildcard *, which matches all values.