Values.DeployAsApplicationConfigurationDescriptionSourceThe configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
type nonrec t = {s3ContentLocationDescription : S3ContentBaseLocationDescription.t option;The location that holds the data required to specify an Amazon Data Analytics application.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of BucketARN.t ]) list ])
list ]