Show / Hide Table of Contents

Class CfnRouterInputPropsMixin.MaintenanceConfigurationProperty

Inheritance
object
CfnRouterInputPropsMixin.MaintenanceConfigurationProperty
Implements
CfnRouterInputPropsMixin.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 CfnRouterInputPropsMixin.MaintenanceConfigurationProperty : CfnRouterInputPropsMixin.IMaintenanceConfigurationProperty
Syntax (vb)
Public Class CfnRouterInputPropsMixin.MaintenanceConfigurationProperty Implements CfnRouterInputPropsMixin.IMaintenanceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-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-routerinput-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-routerinput-maintenanceconfiguration.html#cfn-mediaconnect-routerinput-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-routerinput-maintenanceconfiguration.html#cfn-mediaconnect-routerinput-maintenanceconfiguration-preferreddaytime

Type union: either IResolvable or CfnRouterInputPropsMixin.IPreferredDayTimeMaintenanceConfigurationProperty

Implements

CfnRouterInputPropsMixin.IMaintenanceConfigurationProperty
Back to top Generated by DocFX