Class CfnPatchBaseline.RuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPatchBaseline.RuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPatchBaseline.RuleProperty
CfnPatchBaseline.RuleProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnPatchBaseline.RuleProperty
CfnPatchBaseline.RuleProperty.Builder, CfnPatchBaseline.RuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPatchBaseline.RuleProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe 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.final StringThe cutoff date for auto approval of released patches.final StringA compliance severity level for all approved patches in a patch baseline.final ObjectFor managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.final ObjectThe patch filter group that defines the criteria for the rule.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnPatchBaseline.RuleProperty.Builder.
-
-
Method Details
-
getApproveAfterDays
Description copied from interface:CfnPatchBaseline.RulePropertyThe 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
7means that patches are approved seven days after they are released.Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If the day represented by
7is2025-11-16, patches released between2025-11-16T00:00:00Zand2025-11-16T23:59:59Zwill be included in the approval.This parameter is marked as
Required: No, but your request must include a value for eitherApproveAfterDaysorApproveUntilDate.Not supported for Debian Server or Ubuntu Server.
Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the Windows Server tab in the topic How security patches are selected in the AWS Systems Manager User Guide .
- Specified by:
getApproveAfterDaysin interfaceCfnPatchBaseline.RuleProperty- See Also:
-
getApproveUntilDate
Description copied from interface:CfnPatchBaseline.RulePropertyThe cutoff date for auto approval of released patches.Any patches released on or before this date are installed automatically.
Enter dates in the format
YYYY-MM-DD. For example,2025-11-16.Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If you enter the date
2025-11-16, patches released between2025-11-16T00:00:00Zand2025-11-16T23:59:59Zwill be included in the approval.This parameter is marked as
Required: No, but your request must include a value for eitherApproveUntilDateorApproveAfterDays.Not supported for Debian Server or Ubuntu Server.
Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the Windows Server tab in the topic How security patches are selected in the AWS Systems Manager User Guide .
- Specified by:
getApproveUntilDatein interfaceCfnPatchBaseline.RuleProperty- See Also:
-
getComplianceLevel
Description copied from interface:CfnPatchBaseline.RulePropertyA compliance severity level for all approved patches in a patch baseline.Valid compliance severity levels include the following:
UNSPECIFIED,CRITICAL,HIGH,MEDIUM,LOW, andINFORMATIONAL.- Specified by:
getComplianceLevelin interfaceCfnPatchBaseline.RuleProperty- See Also:
-
getEnableNonSecurity
Description copied from interface:CfnPatchBaseline.RulePropertyFor 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.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getEnableNonSecurityin interfaceCfnPatchBaseline.RuleProperty- See Also:
-
getPatchFilterGroup
Description copied from interface:CfnPatchBaseline.RulePropertyThe patch filter group that defines the criteria for the rule.Returns union: either
IResolvableorCfnPatchBaseline.PatchFilterGroupProperty- Specified by:
getPatchFilterGroupin interfaceCfnPatchBaseline.RuleProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-