Show / Hide Table of Contents

Class CfnRouterOutputPropsMixin.MaintenanceConfigurationProperty

Inheritance
object
CfnRouterOutputPropsMixin.MaintenanceConfigurationProperty
Implements
CfnRouterOutputPropsMixin.IMaintenanceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouterOutputPropsMixin.MaintenanceConfigurationProperty : CfnRouterOutputPropsMixin.IMaintenanceConfigurationProperty
Syntax (vb)
Public Class CfnRouterOutputPropsMixin.MaintenanceConfigurationProperty Implements CfnRouterOutputPropsMixin.IMaintenanceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-maintenanceconfiguration.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.CfnPropertyMixins.AWS.MediaConnect;

             var default_;

             var maintenanceConfigurationProperty = new MaintenanceConfigurationProperty {
                 Default = default_,
                 PreferredDayTime = new PreferredDayTimeMaintenanceConfigurationProperty {
                     Day = "day",
                     Time = "time"
                 }
             };

Synopsis

Constructors

MaintenanceConfigurationProperty()

Properties

Default

Configuration settings for default maintenance scheduling.

PreferredDayTime

Configuration for preferred day and time maintenance settings.

Constructors

MaintenanceConfigurationProperty()

public MaintenanceConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-maintenanceconfiguration.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.CfnPropertyMixins.AWS.MediaConnect;

             var default_;

             var maintenanceConfigurationProperty = new MaintenanceConfigurationProperty {
                 Default = default_,
                 PreferredDayTime = new PreferredDayTimeMaintenanceConfigurationProperty {
                     Day = "day",
                     Time = "time"
                 }
             };

Properties

Default

Configuration settings for default maintenance scheduling.

public object? Default { get; set; }
Property Value

object

Remarks

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

PreferredDayTime

Configuration for preferred day and time maintenance settings.

public object? PreferredDayTime { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnRouterOutputPropsMixin.IPreferredDayTimeMaintenanceConfigurationProperty

Implements

CfnRouterOutputPropsMixin.IMaintenanceConfigurationProperty
Back to top Generated by DocFX