Class CfnPatchBaselineProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPatchBaselineProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPatchBaselineProps
CfnPatchBaselineProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnPatchBaselineProps
CfnPatchBaselineProps.Builder, CfnPatchBaselineProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPatchBaselineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPatchBaselineProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A set of rules used to include patches in the baseline.A list of explicitly approved patches for the baseline.final String
Defines the compliance level for approved patches.final Object
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.final String
A description of the patch baseline.final Object
A set of global filters used to include patches in the baseline.final String
getName()
The name of the patch baseline.final String
Defines the operating system the patch baseline applies to.The name of the patch group to be registered with the patch baseline.A list of explicitly rejected patches for the baseline.final String
The action for Patch Manager to take on patches included in theRejectedPackages
list.final Object
Information about the patches to use to update the managed nodes, including target operating systems and source repositories.getTags()
Optional metadata that you assign to a resource.final int
hashCode()
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 theCfnPatchBaselineProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnPatchBaselineProps
The name of the patch baseline.- Specified by:
getName
in interfaceCfnPatchBaselineProps
-
getApprovalRules
Description copied from interface:CfnPatchBaselineProps
A set of rules used to include patches in the baseline.- Specified by:
getApprovalRules
in interfaceCfnPatchBaselineProps
-
getApprovedPatches
Description copied from interface:CfnPatchBaselineProps
A list of explicitly approved patches for the baseline.For 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 .
- Specified by:
getApprovedPatches
in interfaceCfnPatchBaselineProps
-
getApprovedPatchesComplianceLevel
Description copied from interface:CfnPatchBaselineProps
Defines the compliance level for approved patches.When an approved patch is reported as missing, this value describes the severity of the compliance violation. The default value is
UNSPECIFIED
.- Specified by:
getApprovedPatchesComplianceLevel
in interfaceCfnPatchBaselineProps
-
getApprovedPatchesEnableNonSecurity
Description copied from interface:CfnPatchBaselineProps
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.The default value is
false
. Applies to Linux managed nodes only.- Specified by:
getApprovedPatchesEnableNonSecurity
in interfaceCfnPatchBaselineProps
-
getDescription
Description copied from interface:CfnPatchBaselineProps
A description of the patch baseline.- Specified by:
getDescription
in interfaceCfnPatchBaselineProps
-
getGlobalFilters
Description copied from interface:CfnPatchBaselineProps
A set of global filters used to include patches in the baseline.- Specified by:
getGlobalFilters
in interfaceCfnPatchBaselineProps
-
getOperatingSystem
Description copied from interface:CfnPatchBaselineProps
Defines the operating system the patch baseline applies to.The default value is
WINDOWS
.- Specified by:
getOperatingSystem
in interfaceCfnPatchBaselineProps
-
getPatchGroups
Description copied from interface:CfnPatchBaselineProps
The name of the patch group to be registered with the patch baseline.- Specified by:
getPatchGroups
in interfaceCfnPatchBaselineProps
-
getRejectedPatches
Description copied from interface:CfnPatchBaselineProps
A list of explicitly rejected patches for the baseline.For 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 .
- Specified by:
getRejectedPatches
in interfaceCfnPatchBaselineProps
-
getRejectedPatchesAction
Description copied from interface:CfnPatchBaselineProps
The action for Patch Manager to take on patches included in theRejectedPackages
list.ALLOW_AS_DEPENDENCY
: A package in theRejected
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 asInstalledOther
. This is the default action if no option is specified.BLOCK
: Packages in theRejectedPatches
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 asInstalledRejected
.
- Specified by:
getRejectedPatchesAction
in interfaceCfnPatchBaselineProps
-
getSources
Description copied from interface:CfnPatchBaselineProps
Information about the patches to use to update the managed nodes, including target operating systems and source repositories.Applies to Linux managed nodes only.
- Specified by:
getSources
in interfaceCfnPatchBaselineProps
-
getTags
Description copied from interface:CfnPatchBaselineProps
Optional metadata that you assign to a resource.Tags 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.
- Specified by:
getTags
in interfaceCfnPatchBaselineProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-