AWS::DataZone::DataSource ScheduleConfiguration - AWS CloudFormation

AWS::DataZone::DataSource ScheduleConfiguration

The details of the schedule of the data source runs.

Syntax

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