Module Values.DeployAsApplicationConfigurationSource

The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : s3ContentLocation:S3ContentBaseLocation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of BucketARN.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t