Values_1.ViewRepresentationInputSourceA structure containing details of a representation to update or create a Lake Formation view.
type nonrec t = {dialect : ViewDialect.t option;A parameter that specifies the engine type of a specific representation.
*)dialectVersion : ViewDialectVersionString.t option;A parameter that specifies the version of the engine of a specific representation.
*)viewOriginalText : ViewTextString.t option;A string that represents the original SQL query that describes the view.
*)validationConnection : Values_0.NameString.t option;The name of the connection to be used to validate the specific representation of the view.
*)viewExpandedText : ViewTextString.t option;A string that represents the SQL query that describes the view with expanded resource ARNs
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ViewDialectVersionString.t ])
list ]