KinesisFirehoseDestination

public struct KinesisFirehoseDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

    Declaration

    Swift

    public let deliveryStreamArn: String
  • The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

    Declaration

    Swift

    public let iamRoleArn: String
  • Undocumented

    Declaration

    Swift

    public init(deliveryStreamArn: String, iamRoleArn: String)