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

The details of the schedule of the data source runs.

Syntax

To declare this entity in your 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