NetworkProfile - AWS Device Farm Documentation

NetworkProfile

An array of settings that describes characteristics of a network profile.

Contents

arn

The Amazon Resource Name (ARN) of the network profile.

Type: String

Length Constraints: Minimum length of 32. Maximum length of 1011.

Pattern: ^arn:.+

Required: No

description

The description of the network profile.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 16384.

Required: No

downlinkBandwidthBits

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Type: Long

Required: No

downlinkDelayMs

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Type: Long

Required: No

downlinkJitterMs

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Type: Long

Required: No

downlinkLossPercent

Proportion of received packets that fail to arrive from 0 to 100 percent.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 100.

Required: No

name

The name of the network profile.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

type

The type of network profile. Valid values are listed here.

Type: String

Valid Values: CURATED | PRIVATE

Required: No

uplinkBandwidthBits

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Type: Long

Required: No

uplinkDelayMs

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Type: Long

Required: No

uplinkJitterMs

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Type: Long

Required: No

uplinkLossPercent

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 100.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: