NetworkProfileArgs

data class NetworkProfileArgs(val description: Output<String>? = null, val downlinkBandwidthBits: Output<Int>? = null, val downlinkDelayMs: Output<Int>? = null, val downlinkJitterMs: Output<Int>? = null, val downlinkLossPercent: Output<Int>? = null, val name: Output<String>? = null, val projectArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val uplinkBandwidthBits: Output<Int>? = null, val uplinkDelayMs: Output<Int>? = null, val uplinkJitterMs: Output<Int>? = null, val uplinkLossPercent: Output<Int>? = null) : ConvertibleToJava<NetworkProfileArgs>

AWS::DeviceFarm::NetworkProfile creates a new DF Network Profile

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, downlinkBandwidthBits: Output<Int>? = null, downlinkDelayMs: Output<Int>? = null, downlinkJitterMs: Output<Int>? = null, downlinkLossPercent: Output<Int>? = null, name: Output<String>? = null, projectArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, uplinkBandwidthBits: Output<Int>? = null, uplinkDelayMs: Output<Int>? = null, uplinkJitterMs: Output<Int>? = null, uplinkLossPercent: Output<Int>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the network profile.

Link copied to clipboard
val downlinkBandwidthBits: Output<Int>? = null

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

Link copied to clipboard
val downlinkDelayMs: Output<Int>? = null

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

Link copied to clipboard
val downlinkJitterMs: Output<Int>? = null

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

Link copied to clipboard
val downlinkLossPercent: Output<Int>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The name of the network profile.

Link copied to clipboard
val projectArn: Output<String>? = null

The Amazon Resource Name (ARN) of the specified project.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .

Link copied to clipboard
val uplinkBandwidthBits: Output<Int>? = null

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

Link copied to clipboard
val uplinkDelayMs: Output<Int>? = null

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

Link copied to clipboard
val uplinkJitterMs: Output<Int>? = null

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

Link copied to clipboard
val uplinkLossPercent: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): NetworkProfileArgs