DevicePoolArgs

data class DevicePoolArgs(val description: Output<String>? = null, val maxDevices: Output<Int>? = null, val name: Output<String>? = null, val projectArn: Output<String>? = null, val rules: Output<List<DevicePoolRuleArgs>>? = null, val tags: Output<List<DevicePoolTagArgs>>? = null) : ConvertibleToJava<DevicePoolArgs>

AWS::DeviceFarm::DevicePool creates a new Device Pool for a given DF Project

Constructors

Link copied to clipboard
fun DevicePoolArgs(description: Output<String>? = null, maxDevices: Output<Int>? = null, name: Output<String>? = null, projectArn: Output<String>? = null, rules: Output<List<DevicePoolRuleArgs>>? = null, tags: Output<List<DevicePoolTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val maxDevices: 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 rules: Output<List<DevicePoolRuleArgs>>? = null
Link copied to clipboard
val tags: Output<List<DevicePoolTagArgs>>? = null