Values.CreateApplicationInputSourceRepresents the input of a CreateApplication operation.
type nonrec t = {applicationName : ApplicationName.t;The name of the application. This name must be unique with the applicable user or Amazon Web Services account.
*)computePlatform : ComputePlatform.t option;The destination platform type for the deployment (Lambda, Server, or ECS).
*)}val make :
?computePlatform:??? ->
?tags:??? ->
applicationName:ApplicationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of Key.t ]) list ] list
| `String of ApplicationName.t ])
list ]