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
ModifierConstructorDescriptionprotected
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 Object
Set the baseline as default baseline.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
- See Also:
-
getApprovalRules
Description copied from interface:CfnPatchBaselineProps
A set of rules used to include patches in the baseline.- Specified by:
getApprovalRules
in interfaceCfnPatchBaselineProps
- See Also:
-
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 Package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide .
- Specified by:
getApprovedPatches
in interfaceCfnPatchBaselineProps
- See Also:
-
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
.Default: - "UNSPECIFIED"
- Specified by:
getApprovedPatchesComplianceLevel
in interfaceCfnPatchBaselineProps
- See Also:
-
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.Default: - false
- Specified by:
getApprovedPatchesEnableNonSecurity
in interfaceCfnPatchBaselineProps
- See Also:
-
getDefaultBaseline
Description copied from interface:CfnPatchBaselineProps
Set the baseline as default baseline.Only registering to default patch baseline is allowed.
Default: - false
- Specified by:
getDefaultBaseline
in interfaceCfnPatchBaselineProps
- See Also:
-
getDescription
Description copied from interface:CfnPatchBaselineProps
A description of the patch baseline.- Specified by:
getDescription
in interfaceCfnPatchBaselineProps
- See Also:
-
getGlobalFilters
Description copied from interface:CfnPatchBaselineProps
A set of global filters used to include patches in the baseline.The
GlobalFilters
parameter can be configured only by using the AWS CLI or an AWS SDK. It can't be configured from the Patch Manager console, and its value isn't displayed in the console.- Specified by:
getGlobalFilters
in interfaceCfnPatchBaselineProps
- See Also:
-
getOperatingSystem
Description copied from interface:CfnPatchBaselineProps
Defines the operating system the patch baseline applies to.The default value is
WINDOWS
.Default: - "WINDOWS"
- Specified by:
getOperatingSystem
in interfaceCfnPatchBaselineProps
- See Also:
-
getPatchGroups
Description copied from interface:CfnPatchBaselineProps
The name of the patch group to be registered with the patch baseline.- Specified by:
getPatchGroups
in interfaceCfnPatchBaselineProps
- See Also:
-
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 Package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide .
- Specified by:
getRejectedPatches
in interfaceCfnPatchBaselineProps
- See Also:
-
getRejectedPatchesAction
Description copied from interface:CfnPatchBaselineProps
The action for Patch Manager to take on patches included in theRejectedPackages
list.- ALLOW_AS_DEPENDENCY - Linux and macOS : 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
INSTALLED_OTHER
. This is the default action if no option is specified.
Windows Server : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as
INSTALLED_OTHER
. Any package not already installed on the node is skipped. This is the default action if no option is specified.- BLOCK - All OSs : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as
INSTALLED_REJECTED
.
Default: - "ALLOW_AS_DEPENDENCY"
- Specified by:
getRejectedPatchesAction
in interfaceCfnPatchBaselineProps
- See Also:
- ALLOW_AS_DEPENDENCY - Linux and macOS : 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
-
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
- See Also:
-
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
- See Also:
-
$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()
-