@Stability(value=Stable) public static final class CfnPatchBaseline.RuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPatchBaseline.RuleProperty>
CfnPatchBaseline.RuleProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPatchBaseline.RuleProperty.Builder approveAfterDays(Number approveAfterDays)
CfnPatchBaseline.RuleProperty.getApproveAfterDays()approveAfterDays - The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline.
For example, a value of 7 means that patches are approved seven days after they are released.
You must specify a value for ApproveAfterDays .
Exception: Not supported on Debian Server or Ubuntu Server.
this@Stability(value=Stable) public CfnPatchBaseline.RuleProperty.Builder approveUntilDate(String approveUntilDate)
CfnPatchBaseline.RuleProperty.getApproveUntilDate()approveUntilDate - The cutoff date for auto approval of released patches.
Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.
Enter dates in the format YYYY-MM-DD . For example, 2021-12-31 .
this@Stability(value=Stable) public CfnPatchBaseline.RuleProperty.Builder complianceLevel(String complianceLevel)
CfnPatchBaseline.RuleProperty.getComplianceLevel()complianceLevel - A compliance severity level for all approved patches in a patch baseline.
Valid compliance severity levels include the following: UNSPECIFIED , CRITICAL , HIGH , MEDIUM , LOW , and INFORMATIONAL .this@Stability(value=Stable) public CfnPatchBaseline.RuleProperty.Builder enableNonSecurity(Boolean enableNonSecurity)
CfnPatchBaseline.RuleProperty.getEnableNonSecurity()enableNonSecurity - For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.
The default value is false . Applies to Linux managed nodes only.this@Stability(value=Stable) public CfnPatchBaseline.RuleProperty.Builder enableNonSecurity(IResolvable enableNonSecurity)
CfnPatchBaseline.RuleProperty.getEnableNonSecurity()enableNonSecurity - For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.
The default value is false . Applies to Linux managed nodes only.this@Stability(value=Stable) public CfnPatchBaseline.RuleProperty.Builder patchFilterGroup(IResolvable patchFilterGroup)
CfnPatchBaseline.RuleProperty.getPatchFilterGroup()patchFilterGroup - The patch filter group that defines the criteria for the rule.this@Stability(value=Stable) public CfnPatchBaseline.RuleProperty.Builder patchFilterGroup(CfnPatchBaseline.PatchFilterGroupProperty patchFilterGroup)
CfnPatchBaseline.RuleProperty.getPatchFilterGroup()patchFilterGroup - The patch filter group that defines the criteria for the rule.this@Stability(value=Stable) public CfnPatchBaseline.RuleProperty build()
build in interface software.amazon.jsii.Builder<CfnPatchBaseline.RuleProperty>CfnPatchBaseline.RulePropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.