ScheduleRunConfiguration class
Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.
Constructors
-
ScheduleRunConfiguration({List<
String> ? auxiliaryApps, BillingMethod? billingMethod, CustomerArtifactPaths? customerArtifactPaths, String? extraDataPackageArn, String? locale, Location? location, String? networkProfileArn, Radios? radios, List<String> ? vpceConfigurationArns})
Properties
-
auxiliaryApps
→ List<
String> ? -
A list of upload ARNs for app packages to be installed with your app.
final
- billingMethod → BillingMethod?
-
Specifies the billing method for a test run:
metered
orunmetered
. If the parameter is not specified, the default value ismetered
.final - customerArtifactPaths → CustomerArtifactPaths?
-
Input
CustomerArtifactPaths
object for the scheduled run configuration.final - extraDataPackageArn → String?
-
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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → String?
-
Information about the locale that is used for the run.
final
- location → Location?
-
Information about the location that is used for the run.
final
- networkProfileArn → String?
-
Reserved for internal use.
final
- radios → Radios?
-
Information about the radio states for the run.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
vpceConfigurationArns
→ List<
String> ? -
An array of ARNs for your VPC endpoint configurations.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited