Interface CfnApplicationPropsMixin.ApplicationMaintenanceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.ApplicationMaintenanceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.ApplicationMaintenanceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the maintenance configuration for a AKAlong .
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.kinesisanalyticsv2.*;
ApplicationMaintenanceConfigurationProperty applicationMaintenanceConfigurationProperty = ApplicationMaintenanceConfigurationProperty.builder()
.applicationMaintenanceWindowStartTime("applicationMaintenanceWindowStartTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationPropsMixin.ApplicationMaintenanceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationMaintenanceWindowStartTime
The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week.Maintenance of the application happens only during this eight-hour window.
- See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.ApplicationMaintenanceConfigurationProperty.Builder builder()
-