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.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.