KinesisFirehoseDestination

public struct KinesisFirehoseDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

    Declaration

    Swift

    public let deliveryStreamARN: String
  • The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

    Declaration

    Swift

    public let iAMRoleARN: String
  • Undocumented

    Declaration

    Swift

    public init(deliveryStreamARN: String, iAMRoleARN: String)