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.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.

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]

A list of upload ARNs for app packages to be installed with your app.

§
billingMethod?: BillingMethod | null
[src]

Specifies the billing method for a test run: metered or unmetered. If the parameter is not specified, the default value is metered.

Note: If you have purchased unmetered device slots, you must set this parameter to unmetered to make use of them. Otherwise, your run counts against your metered time.

§
customerArtifactPaths?: CustomerArtifactPaths | null
[src]

Input CustomerArtifactPaths object for the scheduled run configuration.

§
extraDataPackageArn?: string | null
[src]

The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to external data for Android or the app's sandbox for iOS.

§
locale?: string | null
[src]

Information about the locale that is used for the run.

§
location?: Location | null
[src]

Information about the location that is used for the run.

§
networkProfileArn?: string | null
[src]

Reserved for internal use.

§
radios?: Radios | null
[src]

Information about the radio states for the run.

§
vpceConfigurationArns?: string[] | null
[src]

An array of ARNs for your VPC endpoint configurations.