AWS::SageMaker::Cluster ScheduledUpdateConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::Cluster ScheduledUpdateConfig

The configuration object of the schedule that SageMaker follows when updating the AMI.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

DeploymentConfig

The configuration to use when updating the AMI versions.

Required: No

Type: DeploymentConfig

Update requires: No interruption

ScheduleExpression

A cron expression that specifies the schedule that SageMaker follows when updating the AMI.

Required: Yes

Type: String

Pattern: cron\((?:[0-5][0-9]|[0-9]|) (?:[01][0-9]|2[0-3]|[0-9]) (?:[1-9]|0[1-9]|[12][0-9]|3[01]|\?) (?:[1-9]|0[1-9]|1[0-2]|\*|\*/(?:[1-9]|1[0-2])|) (?:MON|TUE|WED|THU|FRI|SAT|SUN|[1-7]|\?|L|(?:[1-7]#[1-5])|(?:[1-7]L)) (?:20[2-9][0-9]|\*|)\)

Minimum: 1

Maximum: 256

Update requires: No interruption