KinesisFirehoseDestination

public struct KinesisFirehoseDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.

    Declaration

    Swift

    public let deliveryStreamArn: String?
  • The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.

    Declaration

    Swift

    public let iamRoleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(deliveryStreamArn: String? = nil, iamRoleArn: String? = nil)