Module Values.HttpEndpointDestinationConfigurationSource

Describes the configuration of the HTTP endpoint destination.

Sourcetype nonrec t = {
  1. endpointConfiguration : HttpEndpointConfiguration.t;
    (*

    The configuration of the HTTP endpoint selected as the destination.

    *)
  2. bufferingHints : HttpEndpointBufferingHints.t option;
    (*

    The buffering options that can be used before data is delivered to the specified destination. Firehose treats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if you specify a value for one of them, you must also provide a value for the other.

    *)
  3. cloudWatchLoggingOptions : CloudWatchLoggingOptions.t option;
  4. requestConfiguration : HttpEndpointRequestConfiguration.t option;
    (*

    The configuration of the request sent to the HTTP endpoint that is specified as the destination.

    *)
  5. processingConfiguration : ProcessingConfiguration.t option;
  6. roleARN : RoleARN.t option;
    (*

    Firehose uses this IAM role for all the permissions that the delivery stream needs.

    *)
  7. retryOptions : HttpEndpointRetryOptions.t option;
    (*

    Describes the retry behavior in case Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.

    *)
  8. s3BackupMode : HttpEndpointS3BackupMode.t option;
    (*

    Describes the S3 bucket backup options for the data that Firehose delivers to the HTTP endpoint destination. You can back up all documents (AllData) or only the documents that Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).

    *)
  9. s3Configuration : S3DestinationConfiguration.t;
  10. secretsManagerConfiguration : SecretsManagerConfiguration.t option;
    (*

    The configuration that defines how you access secrets for HTTP Endpoint destination.

    *)
}
Sourceval context_ : string
Sourceval make : ?bufferingHints:??? -> ?cloudWatchLoggingOptions:??? -> ?requestConfiguration:??? -> ?processingConfiguration:??? -> ?roleARN:??? -> ?retryOptions:??? -> ?s3BackupMode:??? -> ?secretsManagerConfiguration:??? -> endpointConfiguration:HttpEndpointConfiguration.t -> s3Configuration:S3DestinationConfiguration.t -> 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 HttpEndpointBufferingSizeInMBs.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ProcessorParameterValue.t ]) list ] list | `String of HttpEndpointAttributeName.t ]) list ] list | `String of HttpEndpointUrl.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of SizeInMBs.t | `String of LogGroupName.t | `Structure of (string * [> `String of AWSKMSKeyARN.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