AccountSettings
A container for account-level settings in AWS Device Farm.
Contents
- awsAccountNumber
-
The AWS account number specified in the
AccountSettings
container.Type: String
Length Constraints: Minimum length of 2. Maximum length of 16.
Required: No
- defaultJobTimeoutMinutes
-
The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.
Type: Integer
Required: No
- maxJobTimeoutMinutes
-
The maximum number of minutes a test run executes before it times out.
Type: Integer
Required: No
- maxSlots
-
The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an
offering-id:number
pair, where theoffering-id
represents one of the IDs returned by theListOfferings
command.Type: String to integer map
Required: No
- skipAppResign
-
When set to
true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.For more information about how Device Farm re-signs your apps, see Do you modify my app?
in the AWS Device Farm FAQs. Type: Boolean
Required: No
- trialMinutes
-
Information about an AWS account's usage of free trial device minutes.
Type: TrialMinutes object
Required: No
- unmeteredDevices
-
Returns the unmetered devices you have purchased or want to purchase.
Type: String to integer map
Valid Keys:
ANDROID | IOS
Required: No
- unmeteredRemoteAccessDevices
-
Returns the unmetered remote access devices you have purchased or want to purchase.
Type: String to integer map
Valid Keys:
ANDROID | IOS
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: