Show / Hide Table of Contents

Class CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty

Configuration for preferred day and time maintenance settings.

Inheritance
object
CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty
Implements
CfnRouterOutput.IPreferredDayTimeMaintenanceConfigurationProperty
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.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty : CfnRouterOutput.IPreferredDayTimeMaintenanceConfigurationProperty
Syntax (vb)
Public Class CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty Implements CfnRouterOutput.IPreferredDayTimeMaintenanceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-preferreddaytimemaintenanceconfiguration.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-preferreddaytimemaintenanceconfiguration.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-preferreddaytimemaintenanceconfiguration.html#cfn-mediaconnect-routeroutput-preferreddaytimemaintenanceconfiguration-day

Time

The preferred time for maintenance operations.

public string Time { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-preferreddaytimemaintenanceconfiguration.html#cfn-mediaconnect-routeroutput-preferreddaytimemaintenanceconfiguration-time

Implements

CfnRouterOutput.IPreferredDayTimeMaintenanceConfigurationProperty
Back to top Generated by DocFX