AgentPool

class AgentPool : KotlinCustomResource

Creates an agent pool resource.

Properties

Link copied to clipboard
val agentPoolId: Output<String>

Required. The ID of the agent pool to create. The agent_pool_id must meet the following requirements: * Length of 128 characters or less. * Not start with the string goog. * Start with a lowercase ASCII character, followed by: * Zero or more: lowercase Latin alphabet characters, numerals, hyphens (-), periods (.), underscores (_), or tildes (~). * One or more numerals or lowercase ASCII characters. As expressed by the regular expression: ^(?!goog)[a-z]([a-z0-9-&#46;_~]*[a-z0-9])?$.

Link copied to clipboard

Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'.

Link copied to clipboard
val displayName: Output<String>

Specifies the client-specified AgentPool description.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Specifies a unique string that identifies the agent pool. Format: projects/{project_id}/agentPools/{agent_pool_id}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

Specifies the state of the AgentPool.

Link copied to clipboard
val urn: Output<String>