Firehose
public struct Firehose : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Kinesis Data Firehose delivery stream that is the destination for broker logs.
Declaration
Swift
public let deliveryStream: String? -
Specifies whether broker logs get sent to the specified Kinesis Data Firehose delivery stream.
Declaration
Swift
public let enabled: Bool -
Undocumented
Declaration
Swift
public init(deliveryStream: String? = nil, enabled: Bool)
View on GitHub
Firehose Structure Reference