interface IPatchBaselineRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SSM.IPatchBaselineRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssm#IPatchBaselineRef | 
|  Java | software.amazon.awscdk.services.ssm.IPatchBaselineRef | 
|  Python | aws_cdk.aws_ssm.IPatchBaselineRef | 
|  TypeScript | aws-cdk-lib»aws_ssm»IPatchBaselineRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a PatchBaseline.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| patch | Patch | A reference to a PatchBaseline resource. | 
node
Type:
Node
The tree node.
patchBaselineRef
Type:
Patch
A reference to a PatchBaseline resource.
