Class CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty
Configuration for preferred day and time maintenance settings.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty : CfnRouterOutput.IPreferredDayTimeMaintenanceConfigurationProperty
Syntax (vb)
Public Class CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty Implements CfnRouterOutput.IPreferredDayTimeMaintenanceConfigurationProperty
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.MediaConnect;
var preferredDayTimeMaintenanceConfigurationProperty = new PreferredDayTimeMaintenanceConfigurationProperty {
Day = "day",
Time = "time"
};
Synopsis
Constructors
| PreferredDayTimeMaintenanceConfigurationProperty() | Configuration for preferred day and time maintenance settings. |
Properties
| Day | Configuration for preferred day and time maintenance settings. |
| Time | The preferred time for maintenance operations. |
Constructors
PreferredDayTimeMaintenanceConfigurationProperty()
Configuration for preferred day and time maintenance settings.
public PreferredDayTimeMaintenanceConfigurationProperty()
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.MediaConnect;
var preferredDayTimeMaintenanceConfigurationProperty = new PreferredDayTimeMaintenanceConfigurationProperty {
Day = "day",
Time = "time"
};
Properties
Day
Configuration for preferred day and time maintenance settings.
public string Day { get; set; }
Property Value
Remarks
Time
The preferred time for maintenance operations.
public string Time { get; set; }