aws.devicefarm.list_network_profiles
Example SQL Queries
SELECT * FROMaws.devicefarm.list_network_profilesWHERE"arn" = 'VALUE';Description
Returns the list of available network profiles.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) of the network profile. | VARCHAR |
| type Input Column The type of network profile. Valid values are listed here. | VARCHAR |
| _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 |
| description The description of the network profile. | VARCHAR |
| downlink_bandwidth_bits The data throughput rate in bits per second, as an integer from 0 to 104857600. | BIGINT |
| downlink_delay_ms Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. | BIGINT |
| downlink_jitter_ms Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. | BIGINT |
| downlink_loss_percent Proportion of received packets that fail to arrive from 0 to 100 percent. | BIGINT |
| name The name of the network profile. | VARCHAR |
| uplink_bandwidth_bits The data throughput rate in bits per second, as an integer from 0 to 104857600. | BIGINT |
| uplink_delay_ms Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. | BIGINT |
| uplink_jitter_ms Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. | BIGINT |
| uplink_loss_percent Proportion of transmitted packets that fail to arrive from 0 to 100 percent. | BIGINT |