Learn R Programming

paws.management (version 0.1.11)

ssm_register_default_patch_baseline: Defines the default patch baseline for the relevant operating system

Description

Defines the default patch baseline for the relevant operating system.

To reset the AWS predefined patch baseline as the default, specify the full patch baseline ARN as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

Usage

ssm_register_default_patch_baseline(BaselineId)

Arguments

BaselineId

[required] The ID of the patch baseline that should be the default patch baseline.

Value

A list with the following syntax:

list(
  BaselineId = "string"
)

Request syntax

svc$register_default_patch_baseline(
  BaselineId = "string"
)