class Amazonite::Ssm::BaselineOverride

Overview

Defines the basic information about a patch baseline override.

Included Modules

Defined in:

ssm/baseline_override.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def approval_rules : PatchRuleGroup | Nil #

[View source]
def approval_rules=(approval_rules : PatchRuleGroup | Nil) #

[View source]
def approved_patches : Array(String) | Nil #

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.


[View source]
def approved_patches=(approved_patches : Array(String) | Nil) #

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.


[View source]
def approved_patches_compliance_level : PatchComplianceLevel | Nil #

Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.


[View source]
def approved_patches_compliance_level=(approved_patches_compliance_level : PatchComplianceLevel | Nil) #

Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.


[View source]
def 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. The default value is false. Applies to Linux managed nodes only.


[View source]
def 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. The default value is false. Applies to Linux managed nodes only.


[View source]
def 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 COMPLIANT or NON_COMPLIANT. This option is specified when the CreatePatchBaseline or UpdatePatchBaseline commands are run.

Applies to Windows Server managed nodes only.


[View source]
def 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 COMPLIANT or NON_COMPLIANT. This option is specified when the CreatePatchBaseline or UpdatePatchBaseline commands are run.

Applies to Windows Server managed nodes only.


[View source]
def global_filters : PatchFilterGroup | Nil #

[View source]
def global_filters=(global_filters : PatchFilterGroup | Nil) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def operating_system : OperatingSystem | Nil #

The operating system rule used by the patch baseline override.


[View source]
def operating_system=(operating_system : OperatingSystem | Nil) #

The operating system rule used by the patch baseline override.


[View source]
def rejected_patches : Array(String) | Nil #

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.


[View source]
def rejected_patches=(rejected_patches : Array(String) | Nil) #

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.


[View source]
def rejected_patches_action : PatchAction | Nil #

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.


[View source]
def rejected_patches_action=(rejected_patches_action : PatchAction | Nil) #

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.


[View source]
def sources : Array(PatchSource) | Nil #

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.


[View source]
def sources=(sources : Array(PatchSource) | Nil) #

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.


[View source]
def validate! : Nil #

[View source]