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 the Amazon SES API v2 sends email events to.

    Declaration

    Swift

    public let deliveryStreamArn: String
  • The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.

    Declaration

    Swift

    public let iamRoleArn: String
  • Undocumented

    Declaration

    Swift

    public init(deliveryStreamArn: String, iamRoleArn: String)