class
Amazonite::Ssm::BaselineOverride
- Amazonite::Ssm::BaselineOverride
- Reference
- Object
Overview
Defines the basic information about a patch baseline override.
Included Modules
- JSON::Serializable
Defined in:
ssm/baseline_override.crConstructors
- .new(pull : JSON::PullParser)
- .new(operating_system : OperatingSystem | Nil = nil, global_filters : PatchFilterGroup | Nil = nil, approval_rules : PatchRuleGroup | Nil = nil, approved_patches : Array(String) | Nil = nil, approved_patches_compliance_level : PatchComplianceLevel | Nil = nil, rejected_patches : Array(String) | Nil = nil, rejected_patches_action : PatchAction | Nil = nil, approved_patches_enable_non_security : Bool | Nil = nil, sources : Array(PatchSource) | Nil = nil, available_security_updates_compliance_status : PatchComplianceStatus | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. - #approval_rules : PatchRuleGroup | Nil
- #approval_rules=(approval_rules : PatchRuleGroup | Nil)
-
#approved_patches : Array(String) | Nil
A list of explicitly approved patches for the baseline.
-
#approved_patches=(approved_patches : Array(String) | Nil)
A list of explicitly approved patches for the baseline.
-
#approved_patches_compliance_level : PatchComplianceLevel | Nil
Defines the compliance level for approved patches.
-
#approved_patches_compliance_level=(approved_patches_compliance_level : PatchComplianceLevel | Nil)
Defines the compliance level for approved patches.
-
#approved_patches_enable_non_security : Bool | Nil
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.
-
#approved_patches_enable_non_security=(approved_patches_enable_non_security : Bool | Nil)
Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.
-
#available_security_updates_compliance_status : PatchComplianceStatus | Nil
Indicates whether managed nodes for which there are available security-related patches that have not been approved by the baseline are being defined as
COMPLIANTorNON_COMPLIANT. -
#available_security_updates_compliance_status=(available_security_updates_compliance_status : PatchComplianceStatus | Nil)
Indicates whether managed nodes for which there are available security-related patches that have not been approved by the baseline are being defined as
COMPLIANTorNON_COMPLIANT. - #global_filters : PatchFilterGroup | Nil
- #global_filters=(global_filters : PatchFilterGroup | Nil)
-
#hash(hasher)
See
Object#hash(hasher) -
#operating_system : OperatingSystem | Nil
The operating system rule used by the patch baseline override.
-
#operating_system=(operating_system : OperatingSystem | Nil)
The operating system rule used by the patch baseline override.
-
#rejected_patches : Array(String) | Nil
A list of explicitly rejected patches for the baseline.
-
#rejected_patches=(rejected_patches : Array(String) | Nil)
A list of explicitly rejected patches for the baseline.
-
#rejected_patches_action : PatchAction | Nil
The action for Patch Manager to take on patches included in the
RejectedPackageslist. -
#rejected_patches_action=(rejected_patches_action : PatchAction | Nil)
The action for Patch Manager to take on patches included in the
RejectedPackageslist. -
#sources : Array(PatchSource) | Nil
Information about the patches to use to update the managed nodes, including target operating systems and source repositories.
-
#sources=(sources : Array(PatchSource) | Nil)
Information about the patches to use to update the managed nodes, including target operating systems and source repositories.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 Amazon Web Services Systems Manager User Guide.
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 Amazon Web Services Systems Manager User Guide.
Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.
Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.
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.
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.
Indicates whether managed nodes for which there are available security-related patches that have
not been approved by the baseline are being defined as COMPLIANT or NON_COMPLIANT. This
option is specified when the CreatePatchBaseline or UpdatePatchBaseline commands are run.
Applies to Windows Server managed nodes only.
Indicates whether managed nodes for which there are available security-related patches that have
not been approved by the baseline are being defined as COMPLIANT or NON_COMPLIANT. This
option is specified when the CreatePatchBaseline or UpdatePatchBaseline commands are run.
Applies to Windows Server managed nodes only.
The operating system rule used by the patch baseline override.
The operating system rule used by the patch baseline override.
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 Amazon Web Services Systems Manager User Guide.
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 Amazon Web Services Systems Manager User Guide.
The action for Patch Manager to take on patches included in the RejectedPackages list. A patch
can be allowed only if it is a dependency of another package, or blocked entirely along with
packages that include it as a dependency.
The action for Patch Manager to take on patches included in the RejectedPackages list. A patch
can be allowed only if it is a dependency of another package, or blocked entirely along with
packages that include it as a dependency.
Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.