Interface CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnRouterOutput

@Stability(Stable) public static interface CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for preferred day and time maintenance settings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mediaconnect.*;
 PreferredDayTimeMaintenanceConfigurationProperty preferredDayTimeMaintenanceConfigurationProperty = PreferredDayTimeMaintenanceConfigurationProperty.builder()
         .day("day")
         .time("time")
         .build();
 

See Also: