AWS::SageMaker::PartnerApp PartnerAppMaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaintenanceWindowStart" :
String
}
YAML
MaintenanceWindowStart:
String
Properties
MaintenanceWindowStart
-
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. This value must take the following format:
3-letter-day:24-h-hour:minute
. For example:TUE:03:30
.Required: Yes
Type: String
Pattern:
(Mon|Tue|Wed|Thu|Fri|Sat|Sun):([01]\d|2[0-3]):([0-5]\d)
Maximum:
9
Update requires: No interruption