FirehoseAction
public struct FirehoseAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Kinesis Data Firehose delivery stream where the data is written.
Declaration
Swift
public let deliveryStreamName: String
-
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
Declaration
Swift
public let payload: Payload?
-
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: ‘\n’ (newline), ‘\t’ (tab), ‘\r\n’ (Windows newline), ‘,’ (comma).
Declaration
Swift
public let separator: String?
-
Undocumented
Declaration
Swift
public init(deliveryStreamName: String, payload: Payload? = nil, separator: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws