Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Put Lifecycle Event Hook Execution Status Output Structure

PutLifecycleEventHookExecutionStatusOutput schema from Amazon CodeDeploy

Type: object Properties: 1
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

PutLifecycleEventHookExecutionStatusOutput is a JSON Structure definition published by Amazon CodeDeploy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

lifecycleEventHookExecutionId

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-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-put-lifecycle-event-hook-execution-status-output-structure.json",
  "name": "PutLifecycleEventHookExecutionStatusOutput",
  "description": "PutLifecycleEventHookExecutionStatusOutput schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "lifecycleEventHookExecutionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LifecycleEventHookExecutionId"
        },
        {
          "description": "The execution ID of the lifecycle event hook. A hook is specified in the <code>hooks</code> section of the deployment's AppSpec file."
        }
      ]
    }
  }
}