Interface CfnApplicationPropsMixin.IApplicationMaintenanceConfigurationProperty
Specifies the maintenance configuration for a AKAlong .
Namespace: Amazon.CDK.Mixins.Preview.AWS.KinesisAnalyticsV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.IApplicationMaintenanceConfigurationProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.IApplicationMaintenanceConfigurationProperty
Remarks
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.Mixins.Preview.AWS.KinesisAnalyticsV2.Mixins;
var applicationMaintenanceConfigurationProperty = new ApplicationMaintenanceConfigurationProperty {
ApplicationMaintenanceWindowStartTime = "applicationMaintenanceWindowStartTime"
};
Synopsis
Properties
| ApplicationMaintenanceWindowStartTime | The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week. |
Properties
ApplicationMaintenanceWindowStartTime
The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week.
string? ApplicationMaintenanceWindowStartTime { get; }
Property Value
Remarks
Maintenance of the application happens only during this eight-hour window.