public static interface CfnPatchBaseline.PatchFilterGroupProperty
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 java.lang.Object |
getPatchFilters()
The set of patch filters that make up the group.
|
default java.lang.Object getPatchFilters()
static CfnPatchBaseline.PatchFilterGroupProperty.Builder builder()