PatchBaselineReference

class aws_cdk.aws_ssm.PatchBaselineReference(*, patch_baseline_id)

Bases: object

A reference to a PatchBaseline resource.

Parameters:

patch_baseline_id (str) – The Id of the PatchBaseline resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_ssm as ssm

patch_baseline_reference = ssm.PatchBaselineReference(
    patch_baseline_id="patchBaselineId"
)

Attributes

patch_baseline_id

The Id of the PatchBaseline resource.