ScheduleRunRequest
import type { ScheduleRunRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";interface ScheduleRunRequest {
appArn?: string | null;
configuration?: ScheduleRunConfiguration | null;
devicePoolArn?: string | null;
deviceSelectionConfiguration?: DeviceSelectionConfiguration | null;
executionConfiguration?: ExecutionConfiguration | null;
name?: string | null;
projectArn: string;
test: ScheduleRunTest;
}§Properties
§
configuration?: ScheduleRunConfiguration | null
[src]§
deviceSelectionConfiguration?: DeviceSelectionConfiguration | null
[src]§
executionConfiguration?: ExecutionConfiguration | null
[src]§
test: ScheduleRunTest
[src]