Device Pool Args
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)