Uses of Class
software.amazon.awscdk.services.ssm.CfnPatchBaseline.Builder
-
Uses of CfnPatchBaseline.Builder in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptionCfnPatchBaseline.Builder.approvalRules
(IResolvable approvalRules) A set of rules used to include patches in the baseline.CfnPatchBaseline.Builder.approvalRules
(CfnPatchBaseline.RuleGroupProperty approvalRules) A set of rules used to include patches in the baseline.CfnPatchBaseline.Builder.approvedPatches
(List<String> approvedPatches) A list of explicitly approved patches for the baseline.CfnPatchBaseline.Builder.approvedPatchesComplianceLevel
(String approvedPatchesComplianceLevel) Defines the compliance level for approved patches.CfnPatchBaseline.Builder.approvedPatchesEnableNonSecurity
(Boolean approvedPatchesEnableNonSecurity) Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.CfnPatchBaseline.Builder.approvedPatchesEnableNonSecurity
(IResolvable approvedPatchesEnableNonSecurity) Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.static CfnPatchBaseline.Builder
CfnPatchBaseline.Builder.description
(String description) A description of the patch baseline.CfnPatchBaseline.Builder.globalFilters
(IResolvable globalFilters) A set of global filters used to include patches in the baseline.CfnPatchBaseline.Builder.globalFilters
(CfnPatchBaseline.PatchFilterGroupProperty globalFilters) A set of global filters used to include patches in the baseline.The name of the patch baseline.CfnPatchBaseline.Builder.operatingSystem
(String operatingSystem) Defines the operating system the patch baseline applies to.CfnPatchBaseline.Builder.patchGroups
(List<String> patchGroups) The name of the patch group to be registered with the patch baseline.CfnPatchBaseline.Builder.rejectedPatches
(List<String> rejectedPatches) A list of explicitly rejected patches for the baseline.CfnPatchBaseline.Builder.rejectedPatchesAction
(String rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackages
list.Information about the patches to use to update the managed nodes, including target operating systems and source repositories.CfnPatchBaseline.Builder.sources
(IResolvable sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.Optional metadata that you assign to a resource.