interface UpdateJobDefinitionRequestCronScheduleConfig {
    schedule?: string;
    timezone?: string;
}

Properties

Properties

schedule?: string
timezone?: string