@Stability(value=Stable) @Internal public static final class CfnPatchBaselineProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPatchBaselineProps
CfnPatchBaselinePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnPatchBaselineProps.Builder, CfnPatchBaselineProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPatchBaselineProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPatchBaselineProps.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) |
Object |
getApprovalRules()
A set of rules used to include patches in the baseline.
|
List<String> |
getApprovedPatches()
A list of explicitly approved patches for the baseline.
|
String |
getApprovedPatchesComplianceLevel()
Defines the compliance level for approved patches.
|
Object |
getApprovedPatchesEnableNonSecurity()
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.
|
String |
getDescription()
A description of the patch baseline.
|
Object |
getGlobalFilters()
A set of global filters used to include patches in the baseline.
|
String |
getName()
The name of the patch baseline.
|
String |
getOperatingSystem()
Defines the operating system the patch baseline applies to.
|
List<String> |
getPatchGroups()
The name of the patch group to be registered with the patch baseline.
|
List<String> |
getRejectedPatches()
A list of explicitly rejected patches for the baseline.
|
String |
getRejectedPatchesAction()
The action for Patch Manager to take on patches included in the `RejectedPackages` list.
|
Object |
getSources()
Information about the patches to use to update the managed nodes, including target operating systems and source repositories.
|
List<CfnTag> |
getTags()
Optional metadata that you assign to a resource.
|
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(CfnPatchBaselineProps.Builder builder)
CfnPatchBaselineProps.Builder.public final String getName()
CfnPatchBaselinePropsgetName in interface CfnPatchBaselinePropspublic final Object getApprovalRules()
CfnPatchBaselinePropsgetApprovalRules in interface CfnPatchBaselinePropspublic final List<String> getApprovedPatches()
CfnPatchBaselinePropsFor information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide .
getApprovedPatches in interface CfnPatchBaselinePropspublic final String getApprovedPatchesComplianceLevel()
CfnPatchBaselineProps
When an approved patch is reported as missing, this value describes the severity of the compliance violation. The default value is UNSPECIFIED .
getApprovedPatchesComplianceLevel in interface CfnPatchBaselinePropspublic final Object getApprovedPatchesEnableNonSecurity()
CfnPatchBaselineProps
The default value is false . Applies to Linux managed nodes only.
getApprovedPatchesEnableNonSecurity in interface CfnPatchBaselinePropspublic final String getDescription()
CfnPatchBaselinePropsgetDescription in interface CfnPatchBaselinePropspublic final Object getGlobalFilters()
CfnPatchBaselinePropsgetGlobalFilters in interface CfnPatchBaselinePropspublic final String getOperatingSystem()
CfnPatchBaselineProps
The default value is WINDOWS .
getOperatingSystem in interface CfnPatchBaselinePropspublic final List<String> getPatchGroups()
CfnPatchBaselinePropsgetPatchGroups in interface CfnPatchBaselinePropspublic final List<String> getRejectedPatches()
CfnPatchBaselinePropsFor information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide .
getRejectedPatches in interface CfnPatchBaselinePropspublic final String getRejectedPatchesAction()
CfnPatchBaselineProps
ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as InstalledOther . This is the default action if no option is specified.BLOCK : Packages in the RejectedPatches list, and packages that include them as dependencies, aren't installed under any circumstances. If a package was installed before it was added to the Rejected patches list, it is considered non-compliant with the patch baseline, and its status is reported as InstalledRejected .getRejectedPatchesAction in interface CfnPatchBaselinePropspublic final Object getSources()
CfnPatchBaselinePropsApplies to Linux managed nodes only.
getSources in interface CfnPatchBaselinePropspublic final List<CfnTag> getTags()
CfnPatchBaselinePropsTags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
getTags in interface CfnPatchBaselineProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.