Module Values.ContainerServiceDeploymentRequestSource

Describes 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.

Sourcetype nonrec t = {
  1. containers : ContainerMap.t option;
    (*

    An object that describes the configuration for the containers of the deployment.

    *)
  2. publicEndpoint : EndpointRequest.t option;
    (*

    An object that describes the endpoint of the deployment.

    *)
}
Sourceval make : ?containers:??? -> ?publicEndpoint:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t