Resource Type definition for AWS::SSM::PatchBaseline
name
(String) The name of the patch baseline.approval_rules
(Attributes) A set of rules defining the approval rules for a patch baseline. (see below for nested schema)approved_patches
(List of String) A list of explicitly approved patches for the baseline.approved_patches_compliance_level
(String) 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.approved_patches_enable_non_security
(Boolean) 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.default_baseline
(Boolean) Set the baseline as default baseline. Only registering to default patch baseline is allowed.description
(String) The description of the patch baseline.global_filters
(Attributes) A set of global filters used to include patches in the baseline. (see below for nested schema)operating_system
(String) Defines the operating system the patch baseline applies to. The Default value is WINDOWS.patch_groups
(List of String) PatchGroups is used to associate instances with a specific patch baselinerejected_patches
(List of String) A list of explicitly rejected patches for the baseline.rejected_patches_action
(String) The action for Patch Manager to take on patches included in the RejectedPackages list.sources
(Attributes List) Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only. (see below for nested schema)tags
(Attributes List) Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways. (see below for nested schema)id
(String) Uniquely identifies the resource.patch_baseline_id
(String) The ID of the patch baseline.approval_rules
Optional:
patch_rules
(Attributes List) (see below for nested schema)approval_rules.patch_rules
Optional:
approve_after_days
(Number)approve_until_date
(String)compliance_level
(String)enable_non_security
(Boolean)patch_filter_group
(Attributes) The patch filter group that defines the criteria for the rule. (see below for nested schema)approval_rules.patch_rules.patch_filter_group
Optional:
patch_filters
(Attributes List) (see below for nested schema)approval_rules.patch_rules.patch_filter_group.patch_filters
Optional:
key
(String)values
(List of String)global_filters
Optional:
patch_filters
(Attributes List) (see below for nested schema)global_filters.patch_filters
Optional:
key
(String)values
(List of String)sources
Optional:
configuration
(String)name
(String)products
(List of String)tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_ssm_patch_baseline.example <resource ID>