Values.SnapshotDetailsSourceProvides details about a snapshot of application state.
type nonrec t = {snapshotName : SnapshotName.t option;The identifier for the application snapshot.
*)snapshotStatus : SnapshotStatus.t option;The status of the application snapshot.
*)applicationVersionId : ApplicationVersionId.t option;The current application version ID when the snapshot was created.
*)snapshotCreationTimestamp : Timestamp.t option;The timestamp of the application snapshot.
*)runtimeEnvironment : RuntimeEnvironment.t option;The Flink Runtime for the application snapshot.
*)applicationEncryptionConfigurationDescription : ApplicationEncryptionConfigurationDescription.t
option;Specifies the encryption settings of data at rest for the application snapshot.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of ApplicationVersionId.t
| `String of SnapshotName.t
| `Structure of
(string * [> `Enum of string | `String of KeyId.t ]) list
| `Timestamp of Timestamp.t ])
list ]