Skip to main content

patch_baselines

Retrieves a list of patch_baselines in a region

Overview

Namepatch_baselines
TypeResource
Descriptionpatch_baselines
Idawscc.ssm.patch_baselines

Fields

NameDatatypeDescription
idstringThe ID of the patch baseline.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.ssm.patch_baselines
WHERE region = 'us-east-1'

Permissions

To operate on the patch_baselines resource, the following permissions are required:

Create

ssm:CreatePatchBaseline,
ssm:RegisterPatchBaselineForPatchGroup,
ssm:AddTagsToResource,
ssm:RemoveTagsFromResource,
ssm:ListTagsForResource,
ssm:GetDefaultPatchBaseline,
ssm:RegisterDefaultPatchBaseline

List

ssm:DescribePatchBaselines,
ssm:GetDefaultPatchBaseline,
ssm:GetPatchBaseline,
ssm:ListTagsForResource