PatchBaseline

class PatchBaseline : KotlinCustomResource

Resource Type definition for AWS::SSM::PatchBaseline

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard

A set of rules used to include patches in the baseline.

Link copied to clipboard
val approvedPatches: Output<List<String>>?

A list of explicitly approved patches for the baseline.

Link copied to clipboard

Defines the compliance level for approved patches. This means that if an approved patch is reported as missing, this is the severity of the compliance violation. The default value is UNSPECIFIED.

Link copied to clipboard

Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.

Link copied to clipboard
val awsId: Output<String>

The ID of the patch baseline.

Link copied to clipboard
val defaultBaseline: Output<Boolean>?

Set the baseline as default baseline. Only registering to default patch baseline is allowed.

Link copied to clipboard
val description: Output<String>?

The description of the patch baseline.

Link copied to clipboard

A set of global filters used to include patches in the baseline.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the patch baseline.

Link copied to clipboard

Defines the operating system the patch baseline applies to. The Default value is WINDOWS.

Link copied to clipboard
val patchGroups: Output<List<String>>?

PatchGroups is used to associate instances with a specific patch baseline

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rejectedPatches: Output<List<String>>?

A list of explicitly rejected patches for the baseline.

Link copied to clipboard

The action for Patch Manager to take on patches included in the RejectedPackages list.

Link copied to clipboard

Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.

Link copied to clipboard
val tags: Output<List<Tag>>?

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways.

Link copied to clipboard
val urn: Output<String>