HttpEndpointConfiguration
public struct HttpEndpointConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
Declaration
Swift
public let accessKey: String?
-
The name of the HTTP endpoint selected as the destination.
Declaration
Swift
public let name: String?
-
The URL of the HTTP endpoint selected as the destination.
Declaration
Swift
public let url: String
-
Undocumented
Declaration
Swift
public init(accessKey: String? = nil, name: String? = nil, url: String)
-
Declaration
Swift
public func validate(name: String) throws