AgentPropertiesArgs

data class AgentPropertiesArgs(val cpu: Output<Int>? = null) : ConvertibleToJava<AgentPropertiesArgs>

The properties that determine the run agent configuration.

Constructors

Link copied to clipboard
constructor(cpu: Output<Int>? = null)

Properties

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

The CPU configuration in terms of number of cores required for the run.

Functions

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