HttpEndpointRequestConfiguration
public struct HttpEndpointRequestConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the metadata sent to the HTTP endpoint destination.
Declaration
Swift
public let commonAttributes: [HttpEndpointCommonAttribute]?
-
Kinesis Data 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
Swift
public let contentEncoding: ContentEncoding?
-
Undocumented
Declaration
Swift
public init(commonAttributes: [HttpEndpointCommonAttribute]? = nil, contentEncoding: ContentEncoding? = nil)
-
Declaration
Swift
public func validate(name: String) throws