This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::KinesisAnalyticsV2::Application ApplicationMaintenanceConfiguration
Specifies the maintenance configuration for a Amazon Managed Service for Apache Flink.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApplicationMaintenanceWindowStartTime" :
String
}
YAML
ApplicationMaintenanceWindowStartTime:
String
Properties
ApplicationMaintenanceWindowStartTime
-
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.
Required: Yes
Type: String
Pattern:
^([01][0-9]|2[0-3]):[0-5][0-9]$
Update requires: No interruption