NAME

Paws::SSM::CreatePatchBaseline - Arguments for method CreatePatchBaseline on Paws::SSM

DESCRIPTION

This class represents the parameters used for calling the method CreatePatchBaseline on the Amazon Simple Systems Manager (SSM) service. Use the attributes of this class as arguments to method CreatePatchBaseline.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreatePatchBaseline.

As an example:

$service_obj->CreatePatchBaseline(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

ApprovalRules => Paws::SSM::PatchRuleGroup

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

ApprovedPatches => ArrayRef[Str|Undef]

A list of explicitly approved patches for the baseline.

ClientToken => Str

User-provided idempotency token.

Description => Str

A description of the patch baseline.

GlobalFilters => Paws::SSM::PatchFilterGroup

A set of global filters used to exclude patches from the baseline.

REQUIRED Name => Str

The name of the patch baseline.

RejectedPatches => ArrayRef[Str|Undef]

A list of explicitly rejected patches for the baseline.

SEE ALSO

This class forms part of Paws, documenting arguments for method CreatePatchBaseline in Paws::SSM

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues