interface MaintenanceWindowReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSM.MaintenanceWindowReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssm#MaintenanceWindowReference |
![]() | software.amazon.awscdk.services.ssm.MaintenanceWindowReference |
![]() | aws_cdk.aws_ssm.MaintenanceWindowReference |
![]() | aws-cdk-lib » aws_ssm » MaintenanceWindowReference |
A reference to a MaintenanceWindow 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 maintenanceWindowReference: ssm.MaintenanceWindowReference = {
maintenanceWindowId: 'maintenanceWindowId',
};
Properties
Name | Type | Description |
---|---|---|
maintenance | string | The Id of the MaintenanceWindow resource. |
maintenanceWindowId
Type:
string
The Id of the MaintenanceWindow resource.