AgentPool
A pool of self-hosted deployment agents for running Pulumi Deployments.
Properties
createdinteger requiredUnix epoch timestamp (seconds) when the agent pool was created.idstring requiredUnique identifier for this agent pool.namestring requiredHuman-readable name for this agent pool.descriptionstring requiredUser-provided description of the agent pool’s purpose.lastSeeninteger requiredUnix epoch timestamp (seconds) when any agent in the pool last reported a heartbeat.statusenum requiredAggregate status of agents in the pool (e.g. idle, busy, offline).Values:online,offlinelastDeploymentinteger optionalUnix epoch timestamp (seconds) of the most recent deployment executed by this pool. Null if no deployments have run.isDefaultboolean requiredWhether this pool is the organization’s default workflow runner pool.