Class: Aws::Firehose::Types::HttpEndpointRequestConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

The configuration of the HTTP endpoint request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#common_attributesArray<Types::HttpEndpointCommonAttribute>

Describes the metadata sent to the HTTP endpoint destination.



2474
2475
2476
2477
2478
2479
# File 'lib/aws-sdk-firehose/types.rb', line 2474

class HttpEndpointRequestConfiguration < Struct.new(
  :content_encoding,
  :common_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#content_encodingString

Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see [Content-Encoding] in MDN Web Docs, the official Mozilla documentation.

[1]: developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding

Returns:

  • (String)


2474
2475
2476
2477
2478
2479
# File 'lib/aws-sdk-firehose/types.rb', line 2474

class HttpEndpointRequestConfiguration < Struct.new(
  :content_encoding,
  :common_attributes)
  SENSITIVE = []
  include Aws::Structure
end