aws.devicefarm.list_instance_profiles
Example SQL Queries
SELECT * FROMaws.devicefarm.list_instance_profiles;Description
Returns information about all the instance profiles in an AWS account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the instance profile. | VARCHAR |
| description The description of the instance profile. | VARCHAR |
| exclude_app_packages_from_cleanup An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes. The list of packages is considered only if you set packageCleanup to true. | VARCHAR[] |
Show child fields
| |
| name The name of the instance profile. | VARCHAR |
| package_cleanup When set to true, Device Farm removes app packages after a test run. The default value is false for private devices. | BOOLEAN |
| reboot_after_use When set to true, Device Farm reboots the instance after a test run. The default value is true. | BOOLEAN |