agent Pool Resource
suspend fun agentPoolResource(name: String, block: suspend AgentPoolResourceBuilder.() -> Unit): AgentPool
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for AgentPool.
The unique name of the resulting resource.
Builder for AgentPool.