Module Values_1.IcebergInputSource

A structure that defines an Apache Iceberg metadata table to create in the catalog.

Sourcetype nonrec t = {
  1. metadataOperation : MetadataOperation.t;
    (*

    A required metadata operation. Can only be set to CREATE.

    *)
  2. version : Values_0.VersionString.t option;
    (*

    The table version for the Iceberg table. Defaults to 2.

    *)
  3. createIcebergTableInput : CreateIcebergTableInput.t option;
    (*

    The configuration parameters required to create a new Iceberg table in the Glue Data Catalog, including table properties and metadata specifications.

    *)
}
Sourceval context_ : string
Sourceval make : ?version:??? -> ?createIcebergTableInput:??? -> metadataOperation:MetadataOperation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.VersionString.t | `Structure of (string * [> `Map of ([> `String of Values_0.NullableString.t ] * [> `String of Values_0.NullableString.t ]) list | `String of Values_0.LocationString.t | `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t | `List of [> `Integer of Values_0.Integer.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.ColumnNameString.t | `Structure of 'a list ]) list ] list ]) list ]) 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