Interface CfnFlowPropsMixin.IMaintenanceProperty
The maintenance setting of a flow.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IMaintenanceProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.IMaintenanceProperty
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.Mixins.Preview.AWS.MediaConnect.Mixins;
var maintenanceProperty = new MaintenanceProperty {
MaintenanceDay = "maintenanceDay",
MaintenanceStartHour = "maintenanceStartHour"
};
Synopsis
Properties
| MaintenanceDay | A day of a week when the maintenance will happen. |
| MaintenanceStartHour | UTC time when the maintenance will happen. |
Properties
MaintenanceDay
A day of a week when the maintenance will happen.
string? MaintenanceDay { get; }
Property Value
Remarks
Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
MaintenanceStartHour
UTC time when the maintenance will happen.
string? MaintenanceStartHour { get; }
Property Value
Remarks
Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.