MaintenanceWindowReference
- class aws_cdk.interfaces.aws_ssm.MaintenanceWindowReference(*, window_id)
Bases:
objectA reference to a MaintenanceWindow resource.
- Parameters:
window_id (
str) – The WindowId of the MaintenanceWindow 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.interfaces import aws_ssm as interfaces_ssm maintenance_window_reference = interfaces_ssm.MaintenanceWindowReference( window_id="windowId" )
Attributes
- window_id
The WindowId of the MaintenanceWindow resource.