Values.CodeContentSourceSpecifies either the application code, or the location of the application code, for a Managed Service for Apache Flink application.
type nonrec t = {textContent : TextContent.t option;The text-format code for a Managed Service for Apache Flink application.
*)zipFileContent : ZipFileContent.t option;The zip-format code for a Managed Service for Apache Flink application.
*)s3ContentLocation : S3ContentLocation.t option;Information about the Amazon S3 bucket that contains the application code.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of ZipFileContent.t
| `String of TextContent.t
| `Structure of (string * [> `String of BucketARN.t ]) list ])
list ]