An Amazon Launch Wizard deployment of an enterprise application.
Type: objectProperties: 6
DeploymentEnterprise ApplicationsSAPSQL Server
Deployment is a JSON Structure definition published by Amazon Launch Wizard, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-launch-wizard/refs/heads/main/json-structure/amazon-launch-wizard-deployment-structure.json",
"name": "Deployment",
"description": "An Amazon Launch Wizard deployment of an enterprise application.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the deployment.",
"example": "deployment-abc12345"
},
"name": {
"type": "string",
"description": "The name of the deployment.",
"example": "sap-hana-production"
},
"workloadName": {
"type": "string",
"description": "The name of the workload.",
"example": "SAP HANA"
},
"status": {
"type": "string",
"description": "The current status of the deployment.",
"example": "COMPLETED",
"enum": [
"COMPLETED",
"CREATING",
"FAILED",
"IN_PROGRESS",
"VALIDATING"
]
},
"createdAt": {
"type": "datetime",
"description": "The time the deployment was created."
},
"deletedAt": {
"type": "datetime",
"description": "The time the deployment was deleted."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.