interface PatchBaselineReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSM.PatchBaselineReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssm#PatchBaselineReference |
![]() | software.amazon.awscdk.services.ssm.PatchBaselineReference |
![]() | aws_cdk.aws_ssm.PatchBaselineReference |
![]() | aws-cdk-lib » aws_ssm » PatchBaselineReference |
A reference to a PatchBaseline resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssm as ssm } from 'aws-cdk-lib';
const patchBaselineReference: ssm.PatchBaselineReference = {
patchBaselineId: 'patchBaselineId',
};
Properties
Name | Type | Description |
---|---|---|
patch | string | The Id of the PatchBaseline resource. |
patchBaselineId
Type:
string
The Id of the PatchBaseline resource.