{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-green-fleet-provisioning-option-structure.json", "name": "GreenFleetProvisioningOption", "description": "Information about the instances that belong to the replacement environment in a blue/green deployment.", "type": "object", "properties": { "action": { "allOf": [ { "$ref": "#/components/schemas/GreenFleetProvisioningAction" }, { "description": "

The method used to add instances to a replacement environment.

" } ] } } }