Amazon CodeDeploy · Schema

Amazon CodeDeploy Deployment

Represents an AWS CodeDeploy deployment with its configuration, status, and rollback settings.

AmazonAWSDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
deploymentId string The unique ID of the deployment.
applicationName string The application name.
deploymentGroupName string The deployment group name.
status string The current state of the deployment.
computePlatform string The destination platform type for the deployment.
revision object Information about the location of stored application artifacts.
description string A comment about the deployment.
creator string The means by which the deployment was created.
createTime string A timestamp that indicates when the deployment was created.
startTime string A timestamp that indicates when the deployment was deployed to the deployment group.
completeTime string A timestamp that indicates when the deployment was complete.
autoRollbackConfiguration object Information about the automatic rollback configuration.
rollbackInfo object Information about a deployment rollback.
View JSON Schema on GitHub