Module Values_0.DirectKinesisSourceSource

Specifies a direct Amazon Kinesis data source.

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

    The name of the data source.

    *)
  2. windowSize : BoxedPositiveInt.t option;
    (*

    The amount of time to spend processing each micro batch.

    *)
  3. detectSchema : BoxedBoolean.t option;
    (*

    Whether to automatically determine the schema from the incoming data.

    *)
  4. streamingOptions : KinesisStreamingSourceOptions.t option;
    (*

    Additional options for the Kinesis streaming data source.

    *)
  5. dataPreviewOptions : StreamingDataPreviewOptions.t option;
    (*

    Additional options for data preview.

    *)
}
Sourceval context_ : string
Sourceval make : ?windowSize:??? -> ?detectSchema:??? -> ?streamingOptions:??? -> ?dataPreviewOptions:??? -> name:NodeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `Integer of BoxedPositiveInt.t | `String of NodeName.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `Integer of BoxedNonNegativeInt.t | `Long of BoxedNonNegativeLong.t | `String of EnclosedInStringProperty.t | `Timestamp of Iso8601DateTime.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