FirehoseAction

public struct FirehoseAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The delivery stream name.

    Declaration

    Swift

    public let deliveryStreamName: String
  • The IAM role that grants access to the Amazon Kinesis Firehose stream.

    Declaration

    Swift

    public let roleArn: String
  • A character separator that will be used to separate records written to the Firehose 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, roleArn: String, separator: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws