Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-maintenance.html

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

string

Remarks

Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-maintenance.html#cfn-mediaconnect-flow-maintenance-maintenanceday

MaintenanceStartHour

UTC time when the maintenance will happen.

string? MaintenanceStartHour { get; }
Property Value

string

Remarks

Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-maintenance.html#cfn-mediaconnect-flow-maintenance-maintenancestarthour

Back to top Generated by DocFX