Class MaintenanceWindowReference
A reference to a MaintenanceWindow resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MaintenanceWindowReference : IMaintenanceWindowReference
Syntax (vb)
Public Class MaintenanceWindowReference Implements IMaintenanceWindowReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SSM;
var maintenanceWindowReference = new MaintenanceWindowReference {
MaintenanceWindowId = "maintenanceWindowId"
};
Synopsis
Constructors
MaintenanceWindowReference() | A reference to a MaintenanceWindow resource. |
Properties
MaintenanceWindowId | The Id of the MaintenanceWindow resource. |
Constructors
MaintenanceWindowReference()
A reference to a MaintenanceWindow resource.
public MaintenanceWindowReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SSM;
var maintenanceWindowReference = new MaintenanceWindowReference {
MaintenanceWindowId = "maintenanceWindowId"
};
Properties
MaintenanceWindowId
The Id of the MaintenanceWindow resource.
public string MaintenanceWindowId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated