Values.DeploymentConfigInfoSourceInformation about a deployment configuration.
type nonrec t = {deploymentConfigId : DeploymentConfigId.t option;The deployment configuration ID.
*)deploymentConfigName : DeploymentConfigName.t option;The deployment configuration name.
*)minimumHealthyHosts : MinimumHealthyHosts.t option;Information about the number or percentage of minimum healthy instances.
*)createTime : Timestamp.t option;The time at which the deployment configuration was created.
*)computePlatform : ComputePlatform.t option;The destination platform type for the deployment (Lambda, Server, or ECS).
*)trafficRoutingConfig : TrafficRoutingConfig.t option;The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.
*)zonalConfig : ZonalConfig.t option;Information about a zonal configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DeploymentConfigId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MinimumHealthyHostsValue.t
| `Long of WaitTimeInSeconds.t
| `Structure of
(string * [> `Enum of string | `Integer of Percentage.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]