Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
auxiliaryApps?: string[] | null
[src]
§
billingMethod?: BillingMethod | null
[src]
§
customerArtifactPaths?: CustomerArtifactPaths | null
[src]
§
extraDataPackageArn?: string | null
[src]
§
locale?: string | null
[src]
§
location?: Location | null
[src]
§
networkProfileArn?: string | null
[src]
§
radios?: Radios | null
[src]
§
vpceConfigurationArns?: string[] | null
[src]