AWS::DataZone::DataSource ScheduleConfiguration - 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).

AWS::DataZone::DataSource ScheduleConfiguration

The details of the schedule of the data source runs.

Syntax

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

JSON

{ "Schedule" : String, "Timezone" : String }

YAML

Schedule: String Timezone: String

Properties

Schedule

The schedule of the data source runs.

Required: No

Type: String

Pattern: cron\((\b[0-5]?[0-9]\b) (\b2[0-3]\b|\b[0-1]?[0-9]\b) (.*){1,5} (.*){1,5} (.*){1,5} (.*){1,5}\)

Minimum: 1

Maximum: 256

Update requires: No interruption

Timezone

The timezone of the data source run.

Required: No

Type: String

Update requires: No interruption