Schedule

class Schedule : KotlinCustomResource

Creates a new Scheduled Notebook in a given project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

Time the schedule was created.

Link copied to clipboard
val cronSchedule: Output<String>

Cron-tab formatted schedule by which the job will execute. Format: minute, hour, day of month, month, day of week, e.g. 0 0 * * WED = every Wednesday More examples: https://crontab.guru/examples.html

Link copied to clipboard
val description: Output<String>

A brief description of this environment.

Link copied to clipboard
val displayName: Output<String>

Display name used for UI purposes. Name can only contain alphanumeric characters, hyphens -, and underscores _.

Link copied to clipboard

Notebook Execution Template corresponding to this schedule.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The name of this schedule. Format: projects/{project_id}/locations/{location}/schedules/{schedule_id}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The most recent execution names triggered from this schedule and their corresponding states.

Link copied to clipboard
val scheduleId: Output<String>

Required. User-defined unique ID of this schedule.

Link copied to clipboard
val state: Output<String>
Link copied to clipboard
val timeZone: Output<String>

Timezone on which the cron_schedule. The value of this field must be a time zone name from the tz database. TZ Database: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones Note that some time zones include a provision for daylight savings time. The rules for daylight saving time are determined by the chosen tz. For UTC use the string "utc". If a time zone is not specified, the default will be in UTC (also known as GMT).

Link copied to clipboard
val updateTime: Output<String>

Time the schedule was last updated.

Link copied to clipboard
val urn: Output<String>