DeploymentCreateSettings
editDeploymentCreateSettings
editAdditional configuration for the new deployment object.
Properties
edit-
autoscaling_enabled
(boolean
) - Enable autoscaling for this deployment.
-
observability
(DeploymentObservabilitySettings
) - Observability settings for this deployment
-
traffic_filter_settings
(TrafficFilterSettings
) - The traffic filter rulesets to apply to this deployment.
Example
edit{ "autoscaling_enabled" : true, "observability" : { "logging" : { "destination" : { "deployment_id" : "string", "ref_id" : "string" } }, "metrics" : { "destination" : { "deployment_id" : "string", "ref_id" : "string" }, "force_legacy_monitoring" : true } }, "traffic_filter_settings" : { "rulesets" : [ "string" ] } }