Amazon Proton · JSON Structure

Amazon Proton Resource Deployment Status Structure

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

Type: string Properties: 0
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

ResourceDeploymentStatus is a JSON Structure definition published by Amazon Proton. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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