public static final class CfnPatchBaseline.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPatchBaseline.RuleProperty
CfnPatchBaseline.RuleProperty
CfnPatchBaseline.RuleProperty.Builder, CfnPatchBaseline.RuleProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.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.
|
java.lang.String |
getApproveUntilDate()
The cutoff date for auto approval of released patches.
|
java.lang.String |
getComplianceLevel()
A compliance severity level for all approved patches in a patch baseline.
|
java.lang.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.
|
java.lang.Object |
getPatchFilterGroup()
The patch filter group that defines the criteria for the rule.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.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.RuleProperty
public final java.lang.String getApproveUntilDate()
CfnPatchBaseline.RuleProperty
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
.
getApproveUntilDate
in interface CfnPatchBaseline.RuleProperty
public final java.lang.String getComplianceLevel()
CfnPatchBaseline.RuleProperty
Valid compliance severity levels include the following: UNSPECIFIED
, CRITICAL
, HIGH
, MEDIUM
, LOW
, and INFORMATIONAL
.
getComplianceLevel
in interface CfnPatchBaseline.RuleProperty
public final java.lang.Object getEnableNonSecurity()
CfnPatchBaseline.RuleProperty
The default value is false
. Applies to Linux managed nodes only.
getEnableNonSecurity
in interface CfnPatchBaseline.RuleProperty
public final java.lang.Object getPatchFilterGroup()
CfnPatchBaseline.RuleProperty
getPatchFilterGroup
in interface CfnPatchBaseline.RuleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()