BlueGreenDeploymentConfiguration is a JSON Structure definition published by Amazon CodeDeploy, describing 3 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-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-blue-green-deployment-configuration-structure.json",
"name": "BlueGreenDeploymentConfiguration",
"description": "Information about blue/green deployment options for a deployment group.",
"type": "object",
"properties": {
"terminateBlueInstancesOnDeploymentSuccess": {
"allOf": [
{
"$ref": "#/components/schemas/BlueInstanceTerminationOption"
},
{
"description": "Information about whether to terminate instances in the original fleet during a blue/green deployment."
}
]
},
"deploymentReadyOption": {
"allOf": [
{
"$ref": "#/components/schemas/DeploymentReadyOption"
},
{
"description": "Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment."
}
]
},
"greenFleetProvisioningOption": {
"allOf": [
{
"$ref": "#/components/schemas/GreenFleetProvisioningOption"
},
{
"description": "Information about how instances are provisioned for a replacement environment in a blue/green deployment."
}
]
}
}
}
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.