ScheduleRunConfiguration

public struct ScheduleRunConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of upload ARNs for app packages to be installed with your app.

    Declaration

    Swift

    public let auxiliaryApps: [String]?
  • Specifies the billing method for a test run: metered or unmetered. If the parameter is not specified, the default value is metered. 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.

    Declaration

    Swift

    public let billingMethod: BillingMethod?
  • Input CustomerArtifactPaths object for the scheduled run configuration.

    Declaration

    Swift

    public let customerArtifactPaths: CustomerArtifactPaths?
  • 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.

    Declaration

    Swift

    public let extraDataPackageArn: String?
  • Information about the locale that is used for the run.

    Declaration

    Swift

    public let locale: String?
  • Information about the location that is used for the run.

    Declaration

    Swift

    public let location: Location?
  • Reserved for internal use.

    Declaration

    Swift

    public let networkProfileArn: String?
  • Information about the radio states for the run.

    Declaration

    Swift

    public let radios: Radios?
  • An array of ARNs for your VPC endpoint configurations.

    Declaration

    Swift

    public let vpceConfigurationArns: [String]?
  • Undocumented

    Declaration

    Swift

    public init(auxiliaryApps: [String]? = nil, billingMethod: BillingMethod? = nil, customerArtifactPaths: CustomerArtifactPaths? = nil, extraDataPackageArn: String? = nil, locale: String? = nil, location: Location? = nil, networkProfileArn: String? = nil, radios: Radios? = nil, vpceConfigurationArns: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws