Interface CfnRouterInput.MaintenanceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterInput.MaintenanceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterInput
@Stability(Stable)
public static interface CfnRouterInput.MaintenanceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
Object default_;
MaintenanceConfigurationProperty maintenanceConfigurationProperty = MaintenanceConfigurationProperty.builder()
.default(default_)
.preferredDayTime(PreferredDayTimeMaintenanceConfigurationProperty.builder()
.day("day")
.time("time")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRouterInput.MaintenanceConfigurationPropertystatic final classAn implementation forCfnRouterInput.MaintenanceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultValue
Configuration settings for default maintenance scheduling.- See Also:
-
getPreferredDayTime
Configuration for preferred day and time maintenance settings.Returns union: either
IResolvableorCfnRouterInput.PreferredDayTimeMaintenanceConfigurationProperty- See Also:
-
builder
-