NetworkProfile

class NetworkProfile : KotlinCustomResource

Resource Type definition for a Device Farm Network Profile

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the network profile. See Amazon resource names in the General Reference guide .

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

The description of the network profile.

Link copied to clipboard

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

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

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

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

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>?

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the network profile.

Link copied to clipboard
val projectArn: Output<String>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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>?

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

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

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

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

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>?

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

Link copied to clipboard
val urn: Output<String>