Values_1.ViewDefinitionInputSourceA structure containing details for creating or updating an Glue view.
type nonrec t = {isProtected : Values_0.NullableBoolean.t option;You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.
*)definer : Values_0.ArnString.t option;The definer of a view in SQL.
*)representations : ViewRepresentationInputList.t option;A list of structures that contains the dialect of the view, and the query that defines the view.
*)viewVersionId : TableVersionId.t option;The ID value that identifies this view's version. For materialized views, the version ID is the Apache Iceberg table's snapshot ID.
*)viewVersionToken : Values_0.VersionString.t option;The version ID of the Apache Iceberg table.
*)refreshSeconds : RefreshSeconds.t option;Auto refresh interval in seconds for the materialized view. If not specified, the view will not automatically refresh.
*)lastRefreshType : LastRefreshType.t option;The type of the materialized view's last refresh. Valid values: Full, Incremental.
*)subObjects : ViewSubObjectsList.t option;A list of base table ARNs that make up the view.
*)subObjectVersionIds : ViewSubObjectVersionIdsList.t option;List of the Apache Iceberg table versions referenced by the materialized view.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `Enum of string
| `List of
[> `Long of TableVersionId.t
| `String of Values_0.ArnString.t
| `Structure of
(string
* [> `Enum of string | `String of ViewDialectVersionString.t ])
list ]
list
| `Long of TableVersionId.t
| `String of Values_0.ArnString.t ])
list ]