AWS::SageMaker::Cluster ScheduledUpdateConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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