@Stability(value=Stable)
public static interface CfnPatchBaseline.PatchFilterGroupProperty
extends software.amazon.jsii.JsiiSerializable
PatchFilterGroup is the property type for the GlobalFilters property of the AWS::SSM::PatchBaseline resource and the PatchFilterGroup property of the Rule property type.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssm.*;
PatchFilterGroupProperty patchFilterGroupProperty = PatchFilterGroupProperty.builder()
.patchFilters(List.of(PatchFilterProperty.builder()
.key("key")
.values(List.of("values"))
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPatchBaseline.PatchFilterGroupProperty.Builder
A builder for
CfnPatchBaseline.PatchFilterGroupProperty |
static class |
CfnPatchBaseline.PatchFilterGroupProperty.Jsii$Proxy
An implementation for
CfnPatchBaseline.PatchFilterGroupProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPatchBaseline.PatchFilterGroupProperty.Builder |
builder() |
default Object |
getPatchFilters()
The set of patch filters that make up the group.
|
@Stability(value=Stable) @Nullable default Object getPatchFilters()
@Stability(value=Stable) static CfnPatchBaseline.PatchFilterGroupProperty.Builder builder()
Copyright © 2022. All rights reserved.