AWSFirehoseHttpEndpointRequestConfiguration
Objective-C
@interface AWSFirehoseHttpEndpointRequestConfiguration
Swift
class AWSFirehoseHttpEndpointRequestConfiguration
The configuration of the HTTP endpoint request.
-
Describes the metadata sent to the HTTP endpoint destination.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSFirehoseHttpEndpointCommonAttribute *> *_Nullable commonAttributes;
Swift
var commonAttributes: [AWSFirehoseHttpEndpointCommonAttribute]? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic) AWSFirehoseContentEncoding contentEncoding;
Swift
var contentEncoding: AWSFirehoseContentEncoding { get set }