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<NetworkProfileTagArgs>>? = 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
fun NetworkProfileArgs(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<NetworkProfileTagArgs>>? = null, uplinkBandwidthBits: Output<Int>? = null, uplinkDelayMs: Output<Int>? = null, uplinkJitterMs: Output<Int>? = null, uplinkLossPercent: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val downlinkBandwidthBits: Output<Int>? = null
Link copied to clipboard
val downlinkDelayMs: Output<Int>? = null
Link copied to clipboard
val downlinkJitterMs: Output<Int>? = null
Link copied to clipboard
val downlinkLossPercent: Output<Int>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val projectArn: Output<String>? = null
Link copied to clipboard
val tags: Output<List<NetworkProfileTagArgs>>? = null
Link copied to clipboard
val uplinkBandwidthBits: Output<Int>? = null
Link copied to clipboard
val uplinkDelayMs: Output<Int>? = null
Link copied to clipboard
val uplinkJitterMs: Output<Int>? = null
Link copied to clipboard
val uplinkLossPercent: Output<Int>? = null