Amazon Proton · JSON Structure

Amazon Proton Notify Resource Deployment Status Change Input Structure

NotifyResourceDeploymentStatusChangeInput schema from Amazon Proton API

Type: object Properties: 5 Required: 1
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

NotifyResourceDeploymentStatusChangeInput is a JSON Structure definition published by Amazon Proton, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

deploymentId outputs resourceArn status statusMessage

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-notify-resource-deployment-status-change-input-structure.json",
  "name": "NotifyResourceDeploymentStatusChangeInput",
  "description": "NotifyResourceDeploymentStatusChangeInput schema from Amazon Proton API",
  "type": "object",
  "properties": {
    "deploymentId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentId"
        },
        {
          "description": "The deployment ID for your provisioned resource."
        }
      ]
    },
    "outputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotifyResourceDeploymentStatusChangeInputOutputsList"
        },
        {
          "description": "The provisioned resource state change detail data that's returned by Proton."
        }
      ]
    },
    "resourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The provisioned resource Amazon Resource Name (ARN)."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceDeploymentStatus"
        },
        {
          "description": "The status of your provisioned resource."
        }
      ]
    },
    "statusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotifyResourceDeploymentStatusChangeInputStatusMessageString"
        },
        {
          "description": "The deployment status message for your provisioned resource."
        }
      ]
    }
  },
  "required": [
    "resourceArn"
  ]
}