Values.CodeContentDescriptionSourceDescribes details about the code of a Managed Service for Apache Flink application.
type nonrec t = {textContent : TextContent.t option;The text-format code
*)codeMD5 : CodeMD5.t option;The checksum that can be used to validate zip-format code.
*)codeSize : CodeSize.t option;The size in bytes of the application code. Can be used to validate zip-format code.
*)s3ApplicationCodeLocationDescription : S3ApplicationCodeLocationDescription.t
option;The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of CodeSize.t
| `String of TextContent.t
| `Structure of (string * [> `String of BucketARN.t ]) list ])
list ]