Class CfnPatchBaseline.RuleProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssm.CfnPatchBaseline.RuleProperty.Jsii$Proxy
All Implemented Interfaces:
CfnPatchBaseline.RuleProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnPatchBaseline.RuleProperty

@Stability(Stable) @Internal public static final class CfnPatchBaseline.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPatchBaseline.RuleProperty
An implementation for CfnPatchBaseline.RuleProperty
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnPatchBaseline.RuleProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnPatchBaseline.RuleProperty.Builder.
  • Method Details

    • getApproveAfterDays

      public final Number getApproveAfterDays()
      Description copied from interface: CfnPatchBaseline.RuleProperty
      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.

      Specified by:
      getApproveAfterDays in interface CfnPatchBaseline.RuleProperty
    • getApproveUntilDate

      public final String getApproveUntilDate()
      Description copied from interface: CfnPatchBaseline.RuleProperty
      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 .

      Specified by:
      getApproveUntilDate in interface CfnPatchBaseline.RuleProperty
    • getComplianceLevel

      public final String getComplianceLevel()
      Description copied from interface: CfnPatchBaseline.RuleProperty
      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 .

      Specified by:
      getComplianceLevel in interface CfnPatchBaseline.RuleProperty
    • getEnableNonSecurity

      public final Object getEnableNonSecurity()
      Description copied from interface: CfnPatchBaseline.RuleProperty
      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.

      Specified by:
      getEnableNonSecurity in interface CfnPatchBaseline.RuleProperty
    • getPatchFilterGroup

      public final Object getPatchFilterGroup()
      Description copied from interface: CfnPatchBaseline.RuleProperty
      The patch filter group that defines the criteria for the rule.
      Specified by:
      getPatchFilterGroup in interface CfnPatchBaseline.RuleProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object