Show / Hide Table of Contents

Class MaintenanceWindowReference

A reference to a MaintenanceWindow resource.

Inheritance
object
MaintenanceWindowReference
Implements
IMaintenanceWindowReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMaintenanceWindowReference
Back to top Generated by DocFX