Interface CfnRouterOutputPropsMixin.MaintenanceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterOutputPropsMixin.MaintenanceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterOutputPropsMixin
@Stability(Stable)
public static interface CfnRouterOutputPropsMixin.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.cfnpropertymixins.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 classstatic final classAn implementation forCfnRouterOutputPropsMixin.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
IResolvableorCfnRouterOutputPropsMixin.PreferredDayTimeMaintenanceConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnRouterOutputPropsMixin.MaintenanceConfigurationProperty.Builder builder()
-