Values.ContainerServiceDeploymentRequestSourceDescribes a container deployment configuration of an Amazon Lightsail container service. A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service.
type nonrec t = {containers : ContainerMap.t option;An object that describes the configuration for the containers of the deployment.
*)publicEndpoint : EndpointRequest.t option;An object that describes the endpoint of the deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ContainerName.t ]
* [> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ]
* [> `Enum of string | `String of String_.t ])
list
| `String of String_.t ])
list ])
list
| `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ])
list ])
list ])
list ]