Module Values_0.S3HyperDirectTargetSource

Specifies a HyperDirect data target that writes to Amazon S3.

Sourcetype nonrec t = {
  1. name : NodeName.t;
    (*

    The unique identifier for the HyperDirect target node.

    *)
  2. inputs : OneInput.t;
    (*

    Specifies the input source for the HyperDirect target.

    *)
  3. format : TargetFormat.t option;
    (*

    Specifies the data output format for the HyperDirect target.

    *)
  4. partitionKeys : GlueStudioPathList.t option;
    (*

    Defines the partitioning strategy for the output data.

    *)
  5. path : EnclosedInStringProperty.t;
    (*

    The S3 location where the output data will be written.

    *)
  6. compression : HyperTargetCompressionType.t option;
    (*

    The compression type to apply to the output data.

    *)
  7. schemaChangePolicy : DirectSchemaChangePolicy.t option;
    (*

    Defines how schema changes are handled during write operations.

    *)
  8. autoDataQuality : AutoDataQuality.t option;
    (*

    Specifies whether to automatically enable data quality evaluation for the S3 Hyper direct target. When set to true, data quality checks are performed automatically during the write operation.

    *)
  9. outputSchemas : GlueSchemas.t option;
    (*

    Specifies the data schema for the S3 Hyper direct target.

    *)
}
Sourceval context_ : string
Sourceval make : ?format:??? -> ?partitionKeys:??? -> ?compression:??? -> ?schemaChangePolicy:??? -> ?autoDataQuality:??? -> ?outputSchemas:??? -> name:NodeName.t -> inputs:OneInput.t -> path:EnclosedInStringProperty.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `List of [> `String of EnclosedInStringProperty.t ] list | `String of NodeId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of GlueStudioColumnNameString.t ]) list ] list ]) list ] list | `String of NodeName.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `String of EnclosedInStringProperty.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