ScheduleRunConfiguration
import type { ScheduleRunConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";interface ScheduleRunConfiguration {
auxiliaryApps?: string[] | null;
billingMethod?: BillingMethod | null;
customerArtifactPaths?: CustomerArtifactPaths | null;
extraDataPackageArn?: string | null;
locale?: string | null;
location?: Location | null;
networkProfileArn?: string | null;
radios?: Radios | null;
vpceConfigurationArns?: string[] | null;
}§Properties
§
billingMethod?: BillingMethod | null
[src]§
customerArtifactPaths?: CustomerArtifactPaths | null
[src]