Module Values.ExtendedS3DestinationDescriptionSource

Describes a destination in Amazon S3.

Sourcetype nonrec t = {
  1. roleARN : RoleARN.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

    *)
  2. bucketARN : BucketARN.t option;
    (*

    The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

    *)
  3. prefix : Prefix.t option;
    (*

    The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.

    *)
  4. errorOutputPrefix : ErrorOutputPrefix.t option;
    (*

    A prefix that Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.

    *)
  5. bufferingHints : BufferingHints.t option;
    (*

    The buffering option.

    *)
  6. compressionFormat : CompressionFormat.t option;
    (*

    The compression format. If no value is specified, the default is UNCOMPRESSED.

    *)
  7. encryptionConfiguration : EncryptionConfiguration.t option;
    (*

    The encryption configuration. If no value is specified, the default is no encryption.

    *)
  8. cloudWatchLoggingOptions : CloudWatchLoggingOptions.t option;
    (*

    The Amazon CloudWatch logging options for your Firehose stream.

    *)
  9. processingConfiguration : ProcessingConfiguration.t option;
    (*

    The data processing configuration.

    *)
  10. s3BackupMode : S3BackupMode.t option;
    (*

    The Amazon S3 backup mode.

    *)
  11. s3BackupDescription : S3DestinationDescription.t option;
    (*

    The configuration for backup in Amazon S3.

    *)
  12. dataFormatConversionConfiguration : DataFormatConversionConfiguration.t option;
    (*

    The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.

    *)
  13. dynamicPartitioningConfiguration : DynamicPartitioningConfiguration.t option;
    (*

    The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.

    *)
  14. fileExtension : FileExtension.t option;
    (*

    Specify a file extension. It will override the default file extension

    *)
  15. customTimeZone : CustomTimeZone.t option;
    (*

    The time zone you prefer. UTC is the default.

    *)
}
Sourceval make : ?roleARN:??? -> ?bucketARN:??? -> ?prefix:??? -> ?errorOutputPrefix:??? -> ?bufferingHints:??? -> ?compressionFormat:??? -> ?encryptionConfiguration:??? -> ?cloudWatchLoggingOptions:??? -> ?processingConfiguration:??? -> ?s3BackupMode:??? -> ?s3BackupDescription:??? -> ?dataFormatConversionConfiguration:??? -> ?dynamicPartitioningConfiguration:??? -> ?fileExtension:??? -> ?customTimeZone:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ProcessorParameterValue.t ]) list ] list ]) list ] list | `String of LogGroupName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `String of AWSKMSKeyARN.t | `Structure of (string * [> `String of AWSKMSKeyARN.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of Proportion.t | `Enum of string | `Integer of BlockSizeBytes.t | `List of [> `String of NonEmptyString.t ] list | `Map of ([> `String of NonEmptyStringWithoutWhitespace.t ] * [> `String of NonEmptyString.t ]) 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