patchFilters

@JvmName(name = "htyahyncmidkomlw")
suspend fun patchFilters(value: Output<List<PatchBaselineApprovalRulePatchFilterArgs>>)
@JvmName(name = "nqrdyslagxplrftq")
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 = "pmnjaerrloylkjwy")
suspend fun patchFilters(vararg values: Output<PatchBaselineApprovalRulePatchFilterArgs>)


@JvmName(name = "gdhfxudokntpqhle")
suspend fun patchFilters(values: List<Output<PatchBaselineApprovalRulePatchFilterArgs>>)
@JvmName(name = "jcycrdyihtnbjrua")
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 = "atinsjtnmmjymjnd")
suspend fun patchFilters(argument: List<suspend PatchBaselineApprovalRulePatchFilterArgsBuilder.() -> Unit>)
@JvmName(name = "usanqigwbvycvcej")
suspend fun patchFilters(vararg argument: suspend PatchBaselineApprovalRulePatchFilterArgsBuilder.() -> Unit)
@JvmName(name = "bbqjutnaehovskep")
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.