Amazon Proton · Schema

ResourceDeploymentStatus

The state that a PR-based deployment can be updated to.

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD
View JSON Schema on GitHub

JSON Schema

amazon-proton-resource-deployment-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-resource-deployment-status-schema.json",
  "title": "ResourceDeploymentStatus",
  "description": "The state that a PR-based deployment can be updated to.",
  "type": "string",
  "enum": [
    "IN_PROGRESS",
    "FAILED",
    "SUCCEEDED"
  ]
}