Values.DeployAsApplicationConfigurationSourceThe information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.
type nonrec t = {s3ContentLocation : S3ContentBaseLocation.t;The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of BucketARN.t ]) list ])
list ]