Device Farm Upload

Device Farm Upload in AWS represents an artifact, such as an app, test script, or data file, that you upload to AWS Device Farm for testing. It contains details like the file type, status, and location, and is used as input for running automated tests on real devices in the Device Farm service.

aws.devicefarm_upload

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe upload's ARN.
categorycorestringThe upload's category. Allowed values include: CURATED: An upload managed by AWS Device Farm. PRIVATE: An upload managed by the AWS Device Farm customer.
content_typecorestringThe upload's content type (for example, application/octet-stream).
createdcoretimestampWhen the upload was created.
messagecorestringA message about the upload's result.
metadatacorestringThe upload's metadata. For example, for Android, this contains information that is parsed from the manifest and is displayed in the AWS Device Farm console after the associated app is uploaded.
namecorestringThe upload's file name.
statuscorestringThe upload's status. Must be one of the following values: FAILED INITIALIZED PROCESSING SUCCEEDED
tagscorehstore
typecorestringThe upload's type. Must be one of the following values: ANDROID_APP IOS_APP WEB_APP EXTERNAL_DATA APPIUM_JAVA_JUNIT_TEST_PACKAGE APPIUM_JAVA_TESTNG_TEST_PACKAGE APPIUM_PYTHON_TEST_PACKAGE APPIUM_NODE_TEST_PACKAGE APPIUM_RUBY_TEST_PACKAGE APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE APPIUM_WEB_PYTHON_TEST_PACKAGE APPIUM_WEB_NODE_TEST_PACKAGE APPIUM_WEB_RUBY_TEST_PACKAGE INSTRUMENTATION_TEST_PACKAGE XCTEST_TEST_PACKAGE XCTEST_UI_TEST_PACKAGE APPIUM_JAVA_JUNIT_TEST_SPEC APPIUM_JAVA_TESTNG_TEST_SPEC APPIUM_PYTHON_TEST_SPEC APPIUM_NODE_TEST_SPEC APPIUM_RUBY_TEST_SPEC APPIUM_WEB_JAVA_JUNIT_TEST_SPEC APPIUM_WEB_JAVA_TESTNG_TEST_SPEC APPIUM_WEB_PYTHON_TEST_SPEC APPIUM_WEB_NODE_TEST_SPEC APPIUM_WEB_RUBY_TEST_SPEC INSTRUMENTATION_TEST_SPEC XCTEST_UI_TEST_SPEC
urlcorestringThe presigned Amazon S3 URL that was used to store a file using a PUT request.