@Stability(value=Stable) @Internal public static final class CfnPatchBaseline.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPatchBaseline.RuleProperty
CfnPatchBaseline.RulePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnPatchBaseline.RuleProperty.Builder, CfnPatchBaseline.RuleProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPatchBaseline.RuleProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPatchBaseline.PatchFilterGroupProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getApproveAfterDays()
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.
|
String |
getApproveUntilDate()
The cutoff date for auto approval of released patches.
|
String |
getComplianceLevel()
A compliance severity level for all approved patches in a patch baseline.
|
Object |
getEnableNonSecurity()
For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.
|
Object |
getPatchFilterGroup()
The patch filter group that defines the criteria for the rule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPatchBaseline.RuleProperty.Builder builder)
CfnPatchBaseline.PatchFilterGroupProperty.Builder.public final Number getApproveAfterDays()
CfnPatchBaseline.RuleProperty
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.
getApproveAfterDays in interface CfnPatchBaseline.RulePropertypublic final String getApproveUntilDate()
CfnPatchBaseline.RulePropertyAny 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 .
getApproveUntilDate in interface CfnPatchBaseline.RulePropertypublic final String getComplianceLevel()
CfnPatchBaseline.RuleProperty
Valid compliance severity levels include the following: UNSPECIFIED , CRITICAL , HIGH , MEDIUM , LOW , and INFORMATIONAL .
getComplianceLevel in interface CfnPatchBaseline.RulePropertypublic final Object getEnableNonSecurity()
CfnPatchBaseline.RuleProperty
The default value is false . Applies to Linux managed nodes only.
getEnableNonSecurity in interface CfnPatchBaseline.RulePropertypublic final Object getPatchFilterGroup()
CfnPatchBaseline.RulePropertygetPatchFilterGroup in interface CfnPatchBaseline.RuleProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.