Module Values.OutputFormatConfigurationSource

Specifies the serializer that you want Firehose to use to convert the format of your data before it writes it to Amazon S3. This parameter is required if Enabled is set to true.

Sourcetype nonrec t = {
  1. serializer : Serializer.t option;
    (*

    Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

    *)
}
Sourceval make : ?serializer:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanObject.t | `Double of Proportion.t | `Enum of string | `Integer of BlockSizeBytes.t | `List of [> `String of NonEmptyStringWithoutWhitespace.t ] 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